-
Notifications
You must be signed in to change notification settings - Fork 2
/
main93-VinciaPS.cmnd
35 lines (32 loc) · 1.64 KB
/
main93-VinciaPS.cmnd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
! Command file for testing different functionalities of main93
! Note that for the various output functionalities to work,
! HepMC, YODA, RIVET and ROOT respectively needs to either
! be installed to system path, or appended before compiling.
! 1) Settings related to the physics processes generated. Here
! a simple pp soft QCD run at 7 TeV.
Beams:idA = 2212 ! first beam p = 2212
Beams:idB = 2212 ! second beam p = 2212
Beams:eCM = 7000. ! CM energy of collision
HardQCD:all = off
SoftQCD:all = off
WeakSingleBoson:ffbar2gmZ = on
PartonLevel:ISR=on
PartonShowers:model=2
! 2) Settings related to the run
Main:numberOfEvents = 10000 ! number of events to generate
Init:showChangedSettings = on ! list changed settings
Init:showAllSettings = off ! list all settings
Init:showChangedParticleData = on ! list changed particle data
Init:showAllParticleData = off ! list all particle data
Next:numberCount = 1000 ! print message every n events
Next:numberShowLHA = 1 ! print LHA information n times
Next:numberShowInfo = 1 ! print event information n times
Next:numberShowProcess = 1 ! print process record n times
Next:numberShowEvent = 1 ! print event record n times
Stat:showPartonLevel = on ! additional statistics on MPI
! 3) Settings related to output
Main:runRivet = on ! Run Rivet (specify analyses below)
Main:analyses = ATLAS_2011_S9131140
Main:writeHepMC = off ! Write .hepmc events to a file.
Main:writeRoot = off ! Write particle level output to a root file
Main:outputLog = on ! Put all printed output to a log file.