ATLAS Offline Software
GenerateDitauChainDefs.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2 
3 from AthenaCommon.Logging import logging
4 log = logging.getLogger(__name__)
5 log.debug("Importing %s",__name__)
6 
7 def generateChainConfigs(flags, chainDict, perSig_lengthOfChainConfigs):
8  log.error("This function should not be called")
9  raise RuntimeError("This function should not be called")
10 
python.HLT.Tau.GenerateDitauChainDefs.generateChainConfigs
def generateChainConfigs(flags, chainDict, perSig_lengthOfChainConfigs)
Definition: GenerateDitauChainDefs.py:7