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