5#ifndef EXAMPLEMONITORALGORITHM_H
6#define EXAMPLEMONITORALGORITHM_H
17 virtual StatusCode
fillHistograms(
const EventContext& ctx )
const override;
19 Gaudi::Property<bool>
m_doRandom {
this,
"RandomHist",
true};
23 std::map<std::string,std::map<std::string,int>>
m_cGroups2;
Header file to be included by clients of the Monitored infrastructure.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
std::vector< int > m_abGroups1
std::map< std::string, std::map< std::string, int > > m_cGroups2
virtual StatusCode initialize() override
initialize
std::vector< std::vector< int > > m_abGroups2
Gaudi::Property< bool > m_doRandom
std::map< std::string, int > m_cGroups1
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms