]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA8/pythia8145/examples/main32.cmnd
Use Output directive instead of the old OutputFile and OUtputArchive. Save fileinfo...
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8145 / examples / main32.cmnd
CommitLineData
9419eeef 1! File: main32.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! Names are case-insensitive - but spellings-sensitive!
5! The changes here are illustrative, not always physics-motivated.
6
7! 1) Settings that will be used in a main program.
8Main:numberOfEvents = 200 ! number of events to generate
9Main:timesToShow = 10 ! show how far along run is this many times
10Main:timesAllowErrors = 3 ! abort run after this many flawed events
11Main:showChangedSettings = on ! print changed flags/modes/parameters
12#Main:showAllSettings = on ! print all flags/modes/parameters
13Main:showChangedParticleData = on ! print changed particle and decay data
14#Main:showAllParticleData = on ! print all particle and decay data
15
16! 2) Beam parameter settings. Values below agree with default ones.
17Beams:idA = 2212 ! first beam, p = 2212, pbar = -2212
18Beams:idB = 2212 ! second beam, p = 2212, pbar = -2212
19Beams:eCM = 14000. ! CM energy of collision
20
21! 3) Pick processes and kinematics cuts.
22Charmonium:gg2QQbar[3S1(1)]g = on ! colour singlet charmonium production
23Charmonium:gg2QQbar[3P0(1)]g = on ! "
24Charmonium:gg2QQbar[3P1(1)]g = on ! "
25Charmonium:gg2QQbar[3P2(1)]g = on ! "
26PhaseSpace:pTHatMin = 20. ! minimum pT of hard process
27
28! 4) Alternative beam and process selection from a Les Houches Event File.
29! NOTE: to use this option, comment out the lines in section 3 above
30! and uncomment the ones below. Section 2 is ignored for frameType = 4.
31#Beams:frameType = 4 ! read info from a LHEF
32#Beams:LHEF = ttbar.lhe ! the LHEF to read from