ATLAS Offline Software
Generators
FlowAfterburner
share
grid_submit
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:318
python.CreateOutputStreams.AthenaPoolOutputStream
def AthenaPoolOutputStream
backward compat
Definition:
CreateOutputStreams.py:144
Generated on Thu Nov 7 2024 21:23:16 for ATLAS Offline Software by
1.8.18