1 |
! File: main61.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 = 250000 ! number of events to generate
|
9 |
Main:timesAllowErrors = 3000 ! 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 = 1000 ! 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 |
|
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 = 7000. ! CM energy of collision
|
27 |
|
28 |
! 4) PDF settings. Default is to use internal PDFs
|
29 |
PDF:useLHAPDF = on
|
30 |
! some pdf sets examples: cteq61.LHpdf cteq61.LHgrid MRST2004nlo.LHgrid
|
31 |
PDF:LHAPDFset = MRST2004qed.LHgrid
|
32 |
! Allow extrapolation of PDF's beyond x and Q2 boundaries, at own risk.
|
33 |
! Default behaviour is to freeze PDF's at boundaries.
|
34 |
! PDF:extrapolateLHAPDF = on
|
35 |
|
36 |
! 5a) Pick processes and kinematics cuts.
|
37 |
|
38 |
PhotonCollision:gmgm2mumu = on
|
39 |
|
40 |
! 5b) Alternative beam and process selection from a Les Houches Event File.
|
41 |
! NOTE: to use this option, comment out the lines in section 5a above
|
42 |
! and uncomment the ones below. Section 3 is ignored for frameType = 4.
|
43 |
#Beams:frameType = 4 ! read info from a LHEF
|
44 |
#Beams:LHEF = ttbar.lhe ! the LHEF to read from
|
45 |
|
46 |
! 6) Other settings. Can be expanded as desired.
|
47 |
! Note: may overwrite some of the values above, so watch out.
|
48 |
#Tune:pp = 6 ! use Tune 4Cx
|
49 |
#ParticleDecays:limitTau0 = on ! set long-lived particle stable ...
|
50 |
#ParticleDecays:tau0Max = 10 ! ... if c*tau0 > 10 mm
|