[bbe45e7] | 1 | ! Lines not beginning with a letter or digit are comments.
|
---|
| 2 | ! Names are case-insensitive - but spellings-sensitive!
|
---|
| 3 | ! The changes here are illustrative, not always physics-motivated.
|
---|
| 4 |
|
---|
| 5 | ! 1) Settings that will be used in a main program.
|
---|
| 6 | Main:numberOfEvents = 100000 ! number of events to generate
|
---|
| 7 | Main:timesAllowErrors = 3 ! abort run after this many flawed events
|
---|
| 8 |
|
---|
| 9 | ! 2) Settings related to output in init(), next() and stat().
|
---|
| 10 | Init:showChangedSettings = on ! list changed settings
|
---|
| 11 | Init:showAllSettings = off ! list all settings
|
---|
| 12 | Init:showChangedParticleData = on ! list changed particle data
|
---|
| 13 | Init:showAllParticleData = off ! list all particle data
|
---|
| 14 | Next:numberCount = 5 ! print message every n events
|
---|
| 15 | Next:numberShowLHA = 1 ! print LHA information n times
|
---|
| 16 | Next:numberShowInfo = 1 ! print event information n times
|
---|
| 17 | Next:numberShowProcess = 1 ! print process record n times
|
---|
| 18 | Next:numberShowEvent = 1 ! print event record n times
|
---|
| 19 | Stat:showPartonLevel = on ! additional statistics on MPI
|
---|
| 20 | Random:setSeed = on
|
---|
| 21 | Random:setSeed = 10
|
---|
| 22 |
|
---|
| 23 | ! 3) Beam parameter settings. Values below agree with default ones.
|
---|
| 24 | Beams:idA = 2212 ! first beam, p = 2212, pbar = -2212
|
---|
| 25 | Beams:idB = 2212 ! second beam, p = 2212, pbar = -2212
|
---|
| 26 | Beams:eCM = 14000. ! CM energy of collision
|
---|
| 27 |
|
---|
| 28 | ! Common Settings
|
---|
| 29 |
|
---|
| 30 | Tune:preferLHAPDF = 2
|
---|
| 31 | Main:timesAllowErrors = 10000
|
---|
| 32 | Check:epTolErr = 0.01
|
---|
| 33 | Beams:setProductionScalesFromLHEF = off
|
---|
| 34 | SLHA:keepSM = on
|
---|
| 35 | SLHA:minMassSM = 1000.
|
---|
| 36 | ParticleDecays:limitTau0 = on
|
---|
| 37 | ParticleDecays:tau0Max = 10
|
---|
| 38 | ParticleDecays:allowPhotonRadiation = on
|
---|
| 39 |
|
---|
| 40 | ! CUEP8M1 Settings
|
---|
| 41 |
|
---|
| 42 | Tune:pp 14
|
---|
| 43 | Tune:ee 7
|
---|
| 44 | MultipartonInteractions:pT0Ref=2.4024
|
---|
| 45 | MultipartonInteractions:ecmPow=0.25208
|
---|
| 46 | MultipartonInteractions:expPow=1.6
|
---|
| 47 |
|
---|
| 48 | ! Process parameters
|
---|
| 49 |
|
---|
| 50 | SoftQCD:nonDiffractive = on
|
---|
| 51 | SoftQCD:singleDiffractive = on
|
---|
| 52 | SoftQCD:doubleDiffractive = on
|
---|
| 53 |
|
---|