source: HiSusy/trunk/Pythia8/pythia8170/examples/main03.cmnd

Last change on this file was 1, checked in by zerwas, 11 years ago

first import of structure, PYTHIA8 and DELPHES

File size: 2.6 KB
Line 
1! main03.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 settings here are illustrative, not always physics-motivated.
6
7! 1) Settings used in the main program.
8Main:numberOfEvents = 1000         ! number of events to generate
9Main:timesAllowErrors = 3          ! how many aborts before run stops
10
11! 2) Settings related to output in init(), next() and stat().
12Init:showChangedSettings = on      ! list changed settings
13Init:showChangedParticleData = off ! list changed particle data
14Next:numberCount = 100             ! print message every n events
15Next:numberShowInfo = 1            ! print event information n times
16Next:numberShowProcess = 1         ! print process record n times
17Next:numberShowEvent = 0           ! print event record n times
18
19! 3) Beam parameter settings. Values below agree with default ones.
20Beams:idA = 2212                   ! first beam, p = 2212, pbar = -2212
21Beams:idB = 2212                   ! second beam, p = 2212, pbar = -2212
22Beams:eCM = 14000.                 ! CM energy of collision
23
24! 4) Settings for the hard-process generation.
25
26! Example 1: QCD + prompt photon production; must set pTmin.
27HardQCD:all = on                   ! switch on all QCD jet + jet processes
28PromptPhoton:all = on              ! swich on gamma + jet and gamma + gamma
29PhaseSpace:pTHatMin = 50.          ! minimal pT scale in process
30
31! Example 2: t-tbar production. 
32#Top:gg2ttbar = on                  ! g g -> t tbar
33#Top:qqbar2ttbar = on               ! q qbar -> t tbar
34
35! Example 3: Z0 production; should set mMin.
36#WeakSingleBoson:ffbar2gmZ = on     ! q qbar -> gamma*/Z0
37#PhaseSpace:mHatMin = 50.           
38
39! Example 4: gauge boson pair production; set pTmin. Not yet complete.
40#WeakDoubleBoson:ffbar2ZW = on      ! q qbar -> Z0 W+-
41#WeakDoubleBoson:ffbar2WW = on      ! q qbar -> W+ W-
42#PhaseSpace:pTHatMin = 20.          ! minimal pT scale in process
43
44! 5) Switch on/off the key event generation steps.
45#PartonLevel:MPI = off              ! no multiparton interactions
46#PartonLevel:ISR = off              ! no initial-state radiation
47#PartonLevel:FSR = off              ! no final-state radiation
48#HadronLevel:Hadronize = off        ! no hadronization
49#HadronLevel:Decay = off            ! no decays
50
51! 6) Other settings. Can be expanded as desired.
52#Tune:preferLHAPDF = off            ! use internal PDFs when LHAPDF not linked
53Tune:pp = 6                        ! use Tune 4Cx
54ParticleDecays:limitTau0 = on      ! set long-lived particle stable ...
55ParticleDecays:tau0Max = 10        ! ... if c*tau0 > 10 mm
Note: See TracBrowser for help on using the repository browser.