ATLAS Offline Software
TIDAseedRedundancy.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 
3 from AthenaCommon.Logging import logging
4 log = logging.getLogger("TrigInDetValidation")
5 
6 log.info( "preinclude: TIDAseedRedundancy.py" )
7 
8 from AthenaConfiguration.AllConfigFlags import ConfigFlags as flags
9 flags.Trigger.InDetTracking.fullScan.doSeedRedundancyCheck = True
10 flags.Trigger.InDetTracking.jetSuper.doSeedRedundancyCheck = True
11 
12 log.info( "Setting fullScan doSeedRedundancyCheck: "+str(flags.Trigger.InDetTracking.fullScan.doSeedRedundancyCheck) )
13 log.info( "Setting jetSuper doSeedRedundancyCheck: "+str(flags.Trigger.InDetTracking.jetSuper.doSeedRedundancyCheck) )
14 
15 
str
Definition: BTagTrackIpAccessor.cxx:11