source: HiSusy/trunk/Pythia8/pythia8170/examples/main81.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: 707 bytes
Line 
1! main81.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
5// specify statistics parameters
6Main:numberOfEvents                = 100  // number of events generated
7
8// specify shower options
9HadronLevel:all          = off
10PartonLevel:MPI          = off
11SpaceShower:MEafterFirst = off
12TimeShower:MEafterFirst  = off
13
14Merging:doKTMerging      = on
15Merging:ktType           = 2
16Merging:Process          = pp>e+ve
17Merging:TMS              = 30.
18Merging:nJetMax          = 2
19
20Tune:pp                        = 5
21SpaceShower:rapidityOrder      = off
22
23// specify PDF set
24PDF:useLHAPDF            = on
25PDF:LHAPDFset            = cteq6ll.LHpdf
26
27
28
29
Note: See TracBrowser for help on using the repository browser.