ATLAS Offline Software
Loading...
Searching...
No Matches
FwdAFPCountMonitoringAlg.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_FWDAFPCOUNTMONITORINGALG_H
6#define TRIGMINBIASMONITORING_FWDAFPCOUNTMONITORINGALG_H
7
8// Framework include(s):
11
12// xAOD
15
17 public:
18 FwdAFPCountMonitoringAlg(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"};
25};
26
27#endif
Header file to be included by clients of the Monitored infrastructure.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
FwdAFPCountMonitoringAlg(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< std::vector< std::string > > m_chains
virtual StatusCode initialize() override
initialize
virtual StatusCode fillHistograms(const EventContext &context) const override
adds event to the monitoring histograms