ATLAS Offline Software
part2.py
Go to the documentation of this file.
1 
2 #--------------------------------------------------------------
3 # AthenaRoot Persistency
4 #--------------------------------------------------------------
5 include( 'GeneratorObjectsAthenaPool/GeneratorObjectsAthenaPool_joboptions.py' )
6 from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
7 Stream1 = AthenaPoolOutputStream( "Stream1" )
8 # 2101 == EventInfo
9 # 133273 == MC Truth (HepMC)
10 # 54790518 == HijigEventParams
11 Stream1.ItemList += [ "2101#*" ]
12 Stream1.ItemList += [ "133273#*" ]
13 Stream1.ItemList += [ "54790518#*" ]
14 Stream1.OutputFile = "hijing.flow.p_pb.pool.root"
15 
16 #==============================================================
17 #
18 # End of job options file
19 #
20 
python.Include.include
include
Definition: Include.py:319
python.CreateOutputStreams.AthenaPoolOutputStream
def AthenaPoolOutputStream
backward compat
Definition: CreateOutputStreams.py:144