]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA8/pythia8170/examples/main53.cmnd
Protection for dereferencing fTDCErrorBuffer. see ALIROOT-5749
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8170 / examples / main53.cmnd
CommitLineData
63ba5337 1! main53.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! 1) Settings used in the main program.
6Main:numberOfEvents = 1000 ! number of events to generate
7
8! 2) Settings related to output in init(), next() and stat().
9Init:showChangedSettings = on ! list changed settings
10Init:showChangedParticleData = off ! list changed particle data
11Next:numberCount = 100 ! print message every n events
12Next:numberShowInfo = 2 ! print event information n times
13Next:numberShowProcess = 2 ! print process record n times
14Next:numberShowEvent = 1 ! print event record n times
15
16! 3) Include photon-in-proton: use MRST2004qed set
17PDF:useLHAPDF = on
18PDF:LHAPDFset = MRST2004qed.LHgrid
19
20! 4 Two options to select hard process to generate.
21! A) Read in external event with incoming photon in the ME,
22! from pre-generated .lhe file (thanks to SANC and R. Sadykov).
23#Beams:frameType = 4 ! read in LHE file
24#Beams:LHEF = photoninproton.lhe ! name of LHE file
25! B) Select internal Pythia processes.
26! Use that default is 14 TeV pp,so don't set beams.
27WeakBosonAndParton:fgm2Wf = on ! fermion gamma -> W+- fermion'
28
29! 5) Test flags to simplify generation
30PartonLevel:MPI = off ! no multiparton interactions
31#PartonLevel:ISR = off ! initial-state radiation
32#PartonLevel:FSR = off ! no final-state radiation
33HadronLevel:Hadronize = off ! no hadronization