source: HiSusy/trunk/Pythia8/pythia8170/examples/main82.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: 574 bytes
Line 
1! main82.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
10SpaceShower:MEafterFirst = off
11TimeShower:MEafterFirst  = off
12
13Merging:doUserMerging    = on
14Merging:Process          = pp>e+ve
15Merging:TMS              = 30.
16Merging:nJetMax          = 2
17
18// specify PDF set
19PDF:useLHAPDF            = on
20PDF:LHAPDFset            = cteq6ll.LHpdf
21
22
23
24
Note: See TracBrowser for help on using the repository browser.