Fork me on GitHub

source: git/examples/Pythia8/configNoLHE.cmnd@ 96d6bcf

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 96d6bcf was 3110d6a, checked in by Michele Selvaggi <michele.selvaggi@…>, 8 years ago

set 1k events

  • Property mode set to 100644
File size: 1.7 KB
Line 
1! 1) Settings used in the main program.
2Main:numberOfEvents = 1000 ! number of events to generate
3Main:timesAllowErrors = 3 ! how many aborts before run stops
4
5! 2) Settings related to output in init(), next() and stat().
6Init:showChangedSettings = on ! list changed settings
7Init:showChangedParticleData = off ! list changed particle data
8Next:numberCount = 100 ! print message every n events
9Next:numberShowInfo = 1 ! print event information n times
10Next:numberShowProcess = 1 ! print process record n times
11Next:numberShowEvent = 0 ! print event record n times
12
13! 3) Beam parameter settings. Values below agree with default ones.
14Beams:idA = 2212 ! first beam, p = 2212, pbar = -2212
15Beams:idB = 2212 ! second beam, p = 2212, pbar = -2212
16Beams:eCM = 14000. ! CM energy of collision
17
18! 4) Settings for the hard-process generation.
19
20Top:gg2ttbar = on ! g g -> t tbar
21Top: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
32Tune:pp = 6 ! use Tune 4Cx
33ParticleDecays:limitTau0 = on ! set long-lived particle stable ...
34ParticleDecays:tau0Max = 10 ! ... if c*tau0 > 10 mm
Note: See TracBrowser for help on using the repository browser.