ATLAS Offline Software
HLTMBTSMonitoringAlgMT.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef TRIGMINBIASMONITORING_HLTMBTSMONITORINGALGMT_H
5 #define TRIGMINBIASMONITORING_HLTMBTSMONITORINGALGMT_H
6 
7 #include <string>
8 
15 
21  public:
22  HLTMBTSMonitoringAlgMT(const std::string &name, ISvcLocator *pSvcLocator);
23 
24  virtual StatusCode initialize() override;
25  virtual StatusCode fillHistograms(const EventContext &context) const override;
26 
27  private:
28  Gaudi::Property<std::vector<std::string>> m_triggerList{
29  this, "triggerList", {}, "Add triggers to this to be monitored"};
31  this, "MBTSbitsKey", "HLT_MbtsBitsContainer", "Name of MbtsBitsContainer"};
32 };
33 
34 #endif // TRIGMINBIASMONITORING_HLTMBTSMONITORINGALG_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
TrigDecisionTool.h
HLTMBTSMonitoringAlgMT::HLTMBTSMonitoringAlgMT
HLTMBTSMonitoringAlgMT(const std::string &name, ISvcLocator *pSvcLocator)
Definition: HLTMBTSMonitoringAlgMT.cxx:7
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
TrigT2MbtsBits.h
AthMonitorAlgorithm
Base class for Athena Monitoring Algorithms.
Definition: AthMonitorAlgorithm.h:36
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthMonitorAlgorithm.h
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
HLTMBTSMonitoringAlgMT
Definition: HLTMBTSMonitoringAlgMT.h:20
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
HLTMBTSMonitoringAlgMT::initialize
virtual StatusCode initialize() override
initialize
Definition: HLTMBTSMonitoringAlgMT.cxx:10
TrigT2MbtsBitsContainer.h
HLTMBTSMonitoringAlgMT::m_triggerList
Gaudi::Property< std::vector< std::string > > m_triggerList
Definition: HLTMBTSMonitoringAlgMT.h:28
HLTMBTSMonitoringAlgMT::fillHistograms
virtual StatusCode fillHistograms(const EventContext &context) const override
adds event to the monitoring histograms
Definition: HLTMBTSMonitoringAlgMT.cxx:18
HLTMBTSMonitoringAlgMT::m_TrigT2MbtsBitsContainerKey
SG::ReadHandleKey< xAOD::TrigT2MbtsBitsContainer > m_TrigT2MbtsBitsContainerKey
Definition: HLTMBTSMonitoringAlgMT.h:30