source: HiSusy/trunk/Pythia8/pythia8170/examples/main32.cmnd @ 1

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

first import of structure, PYTHIA8 and DELPHES

File size: 2.5 KB
Line 
1! 1) Settings used in the main program.
2Main:numberOfEvents   = -1           ! no. of events to generate (-1 for all)
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 = on    ! list changed particle data
8Next:numberCount             = 1000  ! print message every n events
9Next:numberShowInfo          = 1     ! print event information n times
10Next:numberShowProcess       = 1     ! print process record n times
11Next:numberShowEvent         = 1     ! print event record n times
12
13! 3) ALPGEN input file (note: no file extension given)
14Alpgen:file = main32                 ! read 'main32_unw.par' and 'main32.unw'
15
16! 4) MLM master settings
17MLM:merge   = on                     ! switch on MLM merging
18MLM:nJetMax = 3                      ! merging up to three jets
19
20! 5) Other settings (demonstration only, change for full run)
21PartonLevel:MPI = off                ! switch off MPI
22HadronLevel:all = off                ! switch off hadronisation
23! Note that for an e.g. W+0 jet samples, both ISR and MPI would
24! by default start at the kinematical limit. Use options below
25! to always start at the factorization scale instead.
26SpaceShower:pTmaxMatch             = 1
27MultipartonInteractions:pTmaxMatch = 1
28
29! 6) Further MLM settings (see 'Alpgen and MLM Merging' manual page)
30
31! Default is CellJet algorithm with merging parameters set based on
32! read in matrix element cuts. Exclusive/inclusive mode is set
33! based on the read in value of 'MLM:nJet', and 'MLM:nJetMax' above.
34
35! Pick custom merging parameters
36!Alpgen:setMLM       = off
37!MLM:eTjetMin        = 30.
38!MLM:coneRadius      = 1.0
39!MLM:etaJetMax       = 2.0
40
41! Force inclusive mode
42!MLM:exclusive       = 0
43! Force exclusive mode
44!MLM:exclusive       = 1
45! Override 'MLM:nJet'
46!Alpgen:setNjet      = off
47!MLM:nJet            = 2
48
49! Disable automatic setting of Alpgen masses
50!Alpgen:setMasses    = off
51
52! Anti-kT algorithm with ghost particle jet matching
53!MLM:jetAlgorithm    = 2
54!MLM:slowJetPower    = -1
55!MLM:jetMatch        = 2
56! Do not explicitly disallow any particles in the clustering
57!MLM:jetAllow        = 2
58
59! Anti-kT algorithm with deltaR matching with factor 1.
60!MLM:jetAlgorithm    = 2
61!MLM:slowJetPower    = -1
62!MLM:coneMatchLight  = 1.0
63!MLM:coneMatchHeavy  = 1.0
64
65! kT algorithm with ghost particle jet matching
66!MLM:jetAlgorithm    = 2
67!MLM:slowJetPower    = 1
68!MLM:jetMatch        = 2
Note: See TracBrowser for help on using the repository browser.