ATLAS Offline Software
FwdAFPJetEffMonitoringAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRIGMINBIASMONITORING_FWDAFPJETEFFMONITORINGALG_H
6 #define TRIGMINBIASMONITORING_FWDAFPJETEFFMONITORINGALG_H
7 
8 // Framework include(s):
11 
12 // xAOD
14 #include <xAODJet/JetContainer.h>
15 
17  public:
18  FwdAFPJetEffMonitoringAlg(const std::string& name, ISvcLocator* pSvcLocator);
19 
20  virtual StatusCode initialize() override;
21  virtual StatusCode fillHistograms(const EventContext& context) const override;
22 
23  private:
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"};
28 };
29 
30 #endif
AFPTrackContainer.h
AthMonitorAlgorithm
Base class for Athena Monitoring Algorithms.
Definition: AthMonitorAlgorithm.h:36
FwdAFPJetEffMonitoringAlg::m_jetKey
Gaudi::Property< SG::ReadHandleKey< xAOD::JetContainer > > m_jetKey
Definition: FwdAFPJetEffMonitoringAlg.h:26
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthMonitorAlgorithm.h
FwdAFPJetEffMonitoringAlg::fillHistograms
virtual StatusCode fillHistograms(const EventContext &context) const override
adds event to the monitoring histograms
Definition: FwdAFPJetEffMonitoringAlg.cxx:24
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
FwdAFPJetEffMonitoringAlg::m_chains
Gaudi::Property< std::vector< std::string > > m_chains
Definition: FwdAFPJetEffMonitoringAlg.h:24
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
FwdAFPJetEffMonitoringAlg::initialize
virtual StatusCode initialize() override
initialize
Definition: FwdAFPJetEffMonitoringAlg.cxx:18
JetContainer.h
FwdAFPJetEffMonitoringAlg::m_references
Gaudi::Property< std::vector< std::string > > m_references
Definition: FwdAFPJetEffMonitoringAlg.h:25
FwdAFPJetEffMonitoringAlg
Definition: FwdAFPJetEffMonitoringAlg.h:16
FwdAFPJetEffMonitoringAlg::FwdAFPJetEffMonitoringAlg
FwdAFPJetEffMonitoringAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: FwdAFPJetEffMonitoringAlg.cxx:15