ATLAS Offline Software
Trigger
TrigAlgorithms
TrigCaloRec
python
TrigCaloConfigFlags.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.AthConfigFlags
import
AthConfigFlags
4
5
def
createTrigCaloConfigFlags
():
6
tccf=AthConfigFlags()
7
8
tccf.addFlag(
'Trigger.Calo.doOffsetCorrection'
,
True
,
9
help=
'enable pileup correction in cell energy calibration'
)
10
11
# Enable cell timing cut
12
tccf.addFlag(
'Trigger.Calo.TopoCluster.doTimeCut'
,
False
)
13
tccf.addFlag(
'Trigger.Calo.TopoCluster.extendTimeCut'
,
False
)
14
tccf.addFlag(
'Trigger.Calo.TopoCluster.useUpperLimitForTimeCut'
,
False
)
15
tccf.addFlag(
'Trigger.Calo.TopoCluster.timeCutUpperLimit'
, 20.0)
16
17
return
tccf
TrigCaloConfigFlags.createTrigCaloConfigFlags
def createTrigCaloConfigFlags()
Definition:
TrigCaloConfigFlags.py:5
Generated on Thu Nov 7 2024 21:29:25 for ATLAS Offline Software by
1.8.18