]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA8/pythia8175/examples/main82.cmnd
end-of-line normalization
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8175 / examples / main82.cmnd
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
6 Main:numberOfEvents                = 100  // number of events generated
7
8 // specify shower options
9 HadronLevel:all          = off
10 SpaceShower:MEafterFirst = off
11 TimeShower:MEafterFirst  = off
12
13 Merging:doUserMerging    = on
14 Merging:Process          = pp>e+ve
15 Merging:TMS              = 30.
16 Merging:nJetMax          = 2
17
18 // specify PDF set
19 PDF:useLHAPDF            = on
20 PDF:LHAPDFset            = cteq6ll.LHpdf
21
22
23
24