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