|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TAUMONITORALGORITHM_H
6 #define TAUMONITORALGORITHM_H
24 Gaudi::Property<bool>
m_doRandom {
this,
"RandomHist",
false};
28 std::map<std::string,std::map<std::string,int>>
m_cGroups2;
32 Gaudi::Property<float>
m_etaMin {
this,
"etaMin", -1.};
33 Gaudi::Property<float>
m_etaMax {
this,
"etaMax", 3.0};
35 Gaudi::Property<std::string>
m_kinGroupName {
this,
"kinGroupName",
"tauMonKinGroupBA"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< float > m_etaMin
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::TauJetContainer > m_TauContainerKey
Base class for Athena Monitoring Algorithms.
Gaudi::Property< bool > m_doRandom
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Gaudi::Property< float > m_etaMax
::StatusCode StatusCode
StatusCode definition for legacy code.
std::map< std::string, std::map< std::string, int > > m_cGroups2
Gaudi::Property< std::string > m_kinGroupName
std::vector< int > m_abGroups1
std::map< std::string, int > m_cGroups1
std::vector< std::vector< int > > m_abGroups2
Header file to be included by clients of the Monitored infrastructure.
tauMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
virtual ~tauMonitorAlgorithm()
virtual StatusCode initialize() override
initialize