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.
|
---|
8 | Main:numberOfEvents = 1000 ! number of events to generate
|
---|
9 | Main:timesAllowErrors = 3 ! abort run after this many flawed events
|
---|
10 |
|
---|
11 | ! 2) Settings related to output in init(), next() and stat().
|
---|
12 | Init:showChangedSettings = on ! list changed settings
|
---|
13 | Init:showAllSettings = off ! list all settings
|
---|
14 | Init:showChangedParticleData = on ! list changed particle data
|
---|
15 | Init:showAllParticleData = off ! list all particle data
|
---|
16 | Next:numberCount = 5 ! print message every n events
|
---|
17 | Next:numberShowLHA = 1 ! print LHA information n times
|
---|
18 | Next:numberShowInfo = 1 ! print event information n times
|
---|
19 | Next:numberShowProcess = 1 ! print process record n times
|
---|
20 | Next:numberShowEvent = 1 ! print event record n times
|
---|
21 | Stat:showPartonLevel = on ! additional statistics on MPI
|
---|
22 | Random:setSeed = on
|
---|
23 | Random:setSeed = 10
|
---|
24 |
|
---|
25 | ! 3) Beam parameter settings. Values below agree with default ones.
|
---|
26 | Beams:idA = 2212 ! first beam, p = 2212, pbar = -2212
|
---|
27 | Beams:idB = 2212 ! second beam, p = 2212, pbar = -2212
|
---|
28 | Beams:eCM = 13000. ! CM energy of collision
|
---|
29 |
|
---|
30 | ! 4a) Pick processes and kinematics cuts.
|
---|
31 | SoftQCD:all = on ! Allow total sigma = elastic/SD/DD/ND
|
---|
32 |
|
---|
33 | ! 4b) Other settings. Can be expanded as desired.
|
---|
34 | Tune:pp = 5 ! use Tune 5
|
---|
35 |
|
---|