ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
TestBeam
TBRec
share
TBXMLWriter_jobOptions.py
Go to the documentation of this file.
1
#
2
# jobOptions file XML writer configuration
3
#
4
theApp.Dlls += [
"TBRec"
]
5
#
6
# -- algorithm
7
theApp.TopAlg += [
"TBXMLWriter/CaloXMLWriter"
]
8
9
#--------------------------------------------------------------
10
# Algorithms Private Options
11
#--------------------------------------------------------------
12
#
13
# algorithm configuration
14
CaloXMLWriter = Algorithm(
"CaloXMLWriter"
)
15
CaloXMLWriter.FileTopDirectory =
"/home/lochp/data"
16
CaloCMLWriter.OutputFrequency = 1
17
CaloXMLWriter.WriteTools = [
"TBXMLEventWriterTool/EventWriter"
,
18
"TBXMLCaloCellWriterTool/CellWriter"
]
19
#
20
# tool configurations
21
CaloXMLWriter.CellWriter.InputCellContainer =
"AllCalo"
22
CaloXMLWriter.CellWriter.IncludedCalos = [
"LAREM"
,
23
"LARHEC"
,
24
"LARFCAL"
]
25
CaloXMLWriter.CellWriter.IncludedSamplings = [
"EME1"
,
"EME2"
,
26
"HEC0"
,
"HEC1"
,
"HEC2"
,
27
"FCAL0"
,
"FCAL1"
,
"FCAL2"
]
28
#
29
# the following properties may go away soon!
30
CaloXMLWriter.CellWriter.EtaMin = 2.0
31
CaloXMLWriter.CellWriter.EtaMax = 5.5
32
CaloXMLWriter.CellWriter.PhiMin = 90*deg
33
CaloXMLWriter.CellWriter.PhiMax = 180*deg
Generated on
for ATLAS Offline Software by
1.17.0