ATLAS Offline Software
Loading...
Searching...
No Matches
jobOptions.pythia8.py
Go to the documentation of this file.
1include("EvgenProdTools/StdEvgenSetup.py")
2
3svcMgr.MessageSvc.OutputLevel = INFO
4
5from Pythia8_i.Pythia8_iConf import Pythia8_i
6topAlg += Pythia8_i()
7topAlg.Pythia8_i.CollisionEnergy = 7000
8topAlg.Pythia8_i.Commands += ['HardQCD:all = on']
9
10include("EvgenProdTools/postJO.DumpMC.py")