ATLAS Offline Software
Loading...
Searching...
No Matches
StreamingChainConfiguration.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2
3from AthenaCommon.Logging import logging
4logging.getLogger().info("Importing %s",__name__)
5log = logging.getLogger(__name__)
6
7from TriggerMenuMT.HLT.Config.ChainConfigurationBase import ChainConfigurationBase
8
9#----------------------------------------------------------------
10# Class to configure chain
11#----------------------------------------------------------------
12class StreamingChainConfiguration(ChainConfigurationBase):
13
14 def __init__(self, chainDict):
15 ChainConfigurationBase.__init__(self,chainDict)
16
17 # ----------------------
18 # Assemble the chain depending on information from chainName
19 # ----------------------
20 def assembleChainImpl(self, flags):
21 return self.buildChain([]) # empty list of steps and the chain requires none