ATLAS Offline Software
TrigOnlineMonitorConfig.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 
3 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory import CompFactory
5 from MagFieldServices.MagFieldServicesConfig import AtlasFieldCacheCondAlgCfg
6 
7 
8 def trigOpMonitorCfg(flags):
10  opmon = CompFactory.TrigOpMonitor(
11  LuminosityCondDataKey = 'LuminosityCondData',
12  AtlasFieldMapCondDataKey = 'fieldMapCondObj' )
13 
14  cfg.merge( AtlasFieldCacheCondAlgCfg(flags) )
15  cfg.addEventAlgo( opmon )
16  return cfg
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
TrigOnlineMonitorConfig.trigOpMonitorCfg
def trigOpMonitorCfg(flags)
Definition: TrigOnlineMonitorConfig.py:8
python.MagFieldServicesConfig.AtlasFieldCacheCondAlgCfg
def AtlasFieldCacheCondAlgCfg(flags, **kwargs)
Definition: MagFieldServicesConfig.py:8