ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TriggerCommon
TriggerMenuMT
python
HLT
CalibCosmicMon
StreamingChainConfiguration.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaCommon.Logging
import
logging
4
logging.getLogger().info(
"Importing %s"
,__name__)
5
log = logging.getLogger(__name__)
6
7
from
TriggerMenuMT.HLT.Config.ChainConfigurationBase
import
ChainConfigurationBase
8
9
#----------------------------------------------------------------
10
# Class to configure chain
11
#----------------------------------------------------------------
12
class
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
python.HLT.CalibCosmicMon.StreamingChainConfiguration.StreamingChainConfiguration
Definition
StreamingChainConfiguration.py:12
python.HLT.CalibCosmicMon.StreamingChainConfiguration.StreamingChainConfiguration.__init__
__init__(self, chainDict)
Definition
StreamingChainConfiguration.py:14
python.HLT.CalibCosmicMon.StreamingChainConfiguration.StreamingChainConfiguration.assembleChainImpl
assembleChainImpl(self, flags)
Definition
StreamingChainConfiguration.py:20
Generated on
for ATLAS Offline Software by
1.14.0