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