Fork me on GitHub

source: git/examples/Pythia8/generatePileUp.cmnd@ e57c062

ImprovedOutputFile Timing dual_readout llp
Last change on this file since e57c062 was eb66688, checked in by Michele Selvaggi <michele.selvaggi@…>, 9 years ago

add cmnd for pileup generation with Py8

  • Property mode set to 100644
File size: 1.7 KB
Line 
1! File: generatePileUp.cmnd
2! This file contains commands to be read in for a Pythia8 run.
3! Lines not beginning with a letter or digit are comments.
4! Names are case-insensitive - but spellings-sensitive!
5! The changes here are illustrative, not always physics-motivated.
6
7! 1) Settings that will be used in a main program.
8Main:numberOfEvents = 1000 ! number of events to generate
9Main:timesAllowErrors = 3 ! abort run after this many flawed events
10
11! 2) Settings related to output in init(), next() and stat().
12Init:showChangedSettings = on ! list changed settings
13Init:showAllSettings = off ! list all settings
14Init:showChangedParticleData = on ! list changed particle data
15Init:showAllParticleData = off ! list all particle data
16Next:numberCount = 5 ! print message every n events
17Next:numberShowLHA = 1 ! print LHA information n times
18Next:numberShowInfo = 1 ! print event information n times
19Next:numberShowProcess = 1 ! print process record n times
20Next:numberShowEvent = 1 ! print event record n times
21Stat:showPartonLevel = on ! additional statistics on MPI
22Random:setSeed = on
23Random:setSeed = 10
24
25! 3) Beam parameter settings. Values below agree with default ones.
26Beams:idA = 2212 ! first beam, p = 2212, pbar = -2212
27Beams:idB = 2212 ! second beam, p = 2212, pbar = -2212
28Beams:eCM = 13000. ! CM energy of collision
29
30! 4a) Pick processes and kinematics cuts.
31SoftQCD:all = on ! Allow total sigma = elastic/SD/DD/ND
32
33! 4b) Other settings. Can be expanded as desired.
34Tune:pp = 5 ! use Tune 5
35
Note: See TracBrowser for help on using the repository browser.