ATLAS Offline Software
Loading...
Searching...
No Matches
TrigAFPSidHypoMonitoringAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TRIGMINBIASMONITORING_TRIGAFPSIDHYPOMONITORINGALG_H
5#define TRIGMINBIASMONITORING_TRIGAFPSIDHYPOMONITORINGALG_H
6
7// Framework includes
10
11// STL includes
12#include <string>
13
14// xAOD
16
22public:
23 TrigAFPSidHypoMonitoringAlg(const std::string& name, ISvcLocator* pSvcLocator);
24 virtual ~TrigAFPSidHypoMonitoringAlg() override;
25
26 virtual StatusCode initialize() override;
27 virtual StatusCode fillHistograms(const EventContext& context) const override;
28 virtual StatusCode finalize() override;
29
30private:
31 Gaudi::Property<std::vector<std::string>> m_chains {this, "Chains", {}, "Chains to monitor"};
32
33 SG::ReadHandleKey< xAOD::AFPTrackContainer > m_AFPtrackKey {this, "AFPTrackContainerKey", "HLT_AFPTrackContainer", "xAOD AFP track collection"};
34 SG::ReadHandleKey< xAOD::AFPTrackContainer > m_AFPtrackOffKey {this, "AFPTrackContainerOfflineKey", "AFPTrackContainer", "xAOD AFP track collection offline"};
35
36};
37
38#endif // TRIGMINBIASMONITORING_TRIGAFPSIDHYPOMONITORINGALG_H
Header file to be included by clients of the Monitored infrastructure.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode initialize() override
initialize
SG::ReadHandleKey< xAOD::AFPTrackContainer > m_AFPtrackOffKey
Gaudi::Property< std::vector< std::string > > m_chains
virtual StatusCode fillHistograms(const EventContext &context) const override
adds event to the monitoring histograms
TrigAFPSidHypoMonitoringAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode finalize() override
SG::ReadHandleKey< xAOD::AFPTrackContainer > m_AFPtrackKey