]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA8/pythia8175/examples/main81.cmnd
end-of-line normalization
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8175 / examples / main81.cmnd
CommitLineData
c6b60c38 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