|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef EXAMPLEMONITORALGORITHM_H
6 #define EXAMPLEMONITORALGORITHM_H
20 Gaudi::Property<bool>
m_doRandom {
this,
"RandomHist",
false};
24 std::map<std::string,std::map<std::string,int>>
m_cGroups2;
virtual ~ExampleMonitorAlgorithm()
std::vector< std::vector< int > > m_abGroups2
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Base class for Athena Monitoring Algorithms.
std::vector< int > m_abGroups1
::StatusCode StatusCode
StatusCode definition for legacy code.
std::map< std::string, int > m_cGroups1
Header file to be included by clients of the Monitored infrastructure.
Gaudi::Property< bool > m_doRandom
virtual StatusCode initialize() override
initialize
std::map< std::string, std::map< std::string, int > > m_cGroups2
ExampleMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)