ATLAS Offline Software
Starlight_Common.py
Go to the documentation of this file.
1 from Starlight_i.Starlight_iConf import Starlight_i
2 genSeq += Starlight_i("Starlight")
3 genSeq.Starlight.McEventKey = "GEN_EVENT"
4 
5 evgenConfig.generators += ["Starlight"]
6 
7 
9 from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
10 _evgenstream = AthenaPoolOutputStream("StreamEVGEN")
11 _evgenstream.ItemList = ["2101#*","133273#GEN_EVENT"]
12 del _evgenstream
13 
starlight.Starlight_i
Starlight_i
Definition: starlight.example.joboption.py:53
python.CreateOutputStreams.AthenaPoolOutputStream
def AthenaPoolOutputStream
backward compat
Definition: CreateOutputStreams.py:143