|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGMINBIASMONITORING_FWDAFPJETMONITORINGALG_H
6 #define TRIGMINBIASMONITORING_FWDAFPJETMONITORINGALG_H
24 Gaudi::Property<std::vector<std::string>>
m_chains{
this,
"chains", {},
"Chains to monitor"};
25 Gaudi::Property<SG::ReadHandleKey<xAOD::JetContainer>>
m_jetKey{
this,
"jetContainer",
"AntiKt4EMTopoJets",
26 "SG key for the jet container"};
virtual StatusCode fillHistograms(const EventContext &context) const override
adds event to the monitoring histograms
Gaudi::Property< std::vector< std::string > > m_chains
Base class for Athena Monitoring Algorithms.
virtual StatusCode initialize() override
initialize
::StatusCode StatusCode
StatusCode definition for legacy code.
FwdAFPJetMonitoringAlg(const std::string &name, ISvcLocator *pSvcLocator)
Header file to be included by clients of the Monitored infrastructure.
Gaudi::Property< SG::ReadHandleKey< xAOD::JetContainer > > m_jetKey