3 from TriggerMenuMT.HLT.Config.Utility.ChainDictTools
import splitChainDict
4 from TriggerMenuMT.HLT.Config.Utility.ChainMerging
import mergeChainDefs
5 from .CosmicChainConfiguration
import CosmicChainConfiguration
8 from AthenaCommon.Logging
import logging
9 log = logging.getLogger(__name__)
10 log.debug(
"Importing %s",__name__)
17 log.debug(
"Will generate Config for streamer: %s", chainDict[
'chainName'])
23 for subChainDict
in listOfChainDicts:
27 listOfChainDefs += [Cosmic]
28 log.debug(
'length of chaindefs %s', len(listOfChainDefs) )
30 if len(listOfChainDefs)>1:
31 log.warning(
"This is a streamer with more than one chainPart, is this really intended?")
34 theChainDef = listOfChainDefs[0]
36 log.debug(
"theChainDef %s" , theChainDef)