]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA8/pythia8175/examples/main84.cmnd
end-of-line normalization
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8175 / examples / main84.cmnd
CommitLineData
c6b60c38 1! main84.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
9SpaceShower:MEafterFirst = off
10TimeShower:MEafterFirst = off
11
12// specify merging options
13Merging:doMGMerging = 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