ATLAS Offline Software
Loading...
Searching...
No Matches
TrigCaloConfigFlags.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2
3from AthenaConfiguration.AthConfigFlags import AthConfigFlags
4
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