[6ec8d18] | 1 | ! 1) Settings used in the main program.
|
---|
[3110d6a] | 2 | Main:numberOfEvents = 1000 ! number of events to generate
|
---|
[6ec8d18] | 3 | Main:timesAllowErrors = 3 ! how many aborts before run stops
|
---|
| 4 |
|
---|
| 5 | ! 2) Settings related to output in init(), next() and stat().
|
---|
| 6 | Init:showChangedSettings = on ! list changed settings
|
---|
| 7 | Init:showChangedParticleData = off ! list changed particle data
|
---|
| 8 | Next:numberCount = 100 ! print message every n events
|
---|
| 9 | Next:numberShowInfo = 1 ! print event information n times
|
---|
| 10 | Next:numberShowProcess = 1 ! print process record n times
|
---|
| 11 | Next:numberShowEvent = 0 ! print event record n times
|
---|
| 12 |
|
---|
| 13 | ! 3) Beam parameter settings. Values below agree with default ones.
|
---|
| 14 | Beams:idA = 2212 ! first beam, p = 2212, pbar = -2212
|
---|
| 15 | Beams:idB = 2212 ! second beam, p = 2212, pbar = -2212
|
---|
| 16 | Beams:eCM = 14000. ! CM energy of collision
|
---|
| 17 |
|
---|
| 18 | ! 4) Settings for the hard-process generation.
|
---|
| 19 |
|
---|
| 20 | Top:gg2ttbar = on ! g g -> t tbar
|
---|
| 21 | Top:qqbar2ttbar = on ! q qbar -> t tbar
|
---|
| 22 |
|
---|
| 23 | ! 5) Switch on/off the key event generation steps.
|
---|
| 24 | #PartonLevel:MPI = off ! no multiparton interactions
|
---|
| 25 | #PartonLevel:ISR = off ! no initial-state radiation
|
---|
| 26 | #PartonLevel:FSR = off ! no final-state radiation
|
---|
| 27 | #HadronLevel:Hadronize = off ! no hadronization
|
---|
| 28 | #HadronLevel:Decay = off ! no decays
|
---|
| 29 |
|
---|
| 30 | ! 6) Other settings. Can be expanded as desired.
|
---|
| 31 | #Tune:preferLHAPDF = off ! use internal PDFs when LHAPDF not linked
|
---|
| 32 | Tune:pp = 6 ! use Tune 4Cx
|
---|
| 33 | ParticleDecays:limitTau0 = on ! set long-lived particle stable ...
|
---|
| 34 | ParticleDecays:tau0Max = 10 ! ... if c*tau0 > 10 mm
|
---|