ATLAS Offline Software
jobOption.Pythia8_FixHepMC.py
Go to the documentation of this file.
1 
3 
4 include("EvgenProdTools/StdEvgenSetup.py")
5 theApp.EvtMax = 100
6 
7 
8 from Pythia8_i.Pythia8_iConf import Pythia8_i
9 topAlg += Pythia8_i("Pythia8")
10 topAlg.Pythia8.CollisionEnergy = 7000.0
11 topAlg.Pythia8.Commands += ['HardQCD:all = on', 'PhaseSpace:pTHatMin = 30.0']
12 
13 
14 include("EvgenProdTools/EnableFixHepMC.py")
15 #topAlg.FixHepMC.OutputLevel = DEBUG
python.Include.include
include
Definition: Include.py:319