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