ATLAS Offline Software
Pythia8_EvtGen.py
Go to the documentation of this file.
1 
2 assert hasattr(genSeq, "Pythia8")
3 include("EvtGen_i/EvtGen_Fragment.py")
4 evgenConfig.auxfiles += ['inclusiveP8DsDPlus.pdt']
5 #genSeq.EvtInclusiveDecay.pdtFile = "inclusiveP8.pdt"
6 genSeq.EvtInclusiveDecay.pdtFile = "inclusiveP8DsDPlus.pdt"
7 
8 # FHerwig has problems with omega b* (5334), so not present in the base EvtGen fragment. Add it here.
9 genSeq.EvtInclusiveDecay.whiteList+=[-5334, 5334]
10 
11 
python.Include.include
include
Definition: Include.py:318