ATLAS Offline Software
Loading...
Searching...
No Matches
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
Header file to be included by clients of the Monitored infrastructure.
Property holding a SG store/key/clid from which a ReadHandle is made.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Gaudi::Property< std::vector< std::string > > m_triggerList
virtual StatusCode fillHistograms(const EventContext &context) const override
adds event to the monitoring histograms
virtual StatusCode initialize() override
initialize
SG::ReadHandleKey< xAOD::TrigT2MbtsBitsContainer > m_TrigT2MbtsBitsContainerKey
HLTMBTSMonitoringAlgMT(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a ReadHandle is made.