ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigMonitoring
TrigMinBiasMonitoring
src
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):
9
#include <
AthenaMonitoring/AthMonitorAlgorithm.h
>
10
#include <
AthenaMonitoringKernel/Monitored.h
>
11
12
// xAOD
13
#include <
xAODForward/AFPTrackContainer.h
>
14
#include <
xAODJet/JetContainer.h
>
15
16
class
FwdAFPCountMonitoringAlg
:
public
AthMonitorAlgorithm
{
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
AFPTrackContainer.h
AthMonitorAlgorithm.h
JetContainer.h
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
AthMonitorAlgorithm::AthMonitorAlgorithm
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthMonitorAlgorithm.cxx:8
FwdAFPCountMonitoringAlg::FwdAFPCountMonitoringAlg
FwdAFPCountMonitoringAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
FwdAFPCountMonitoringAlg.cxx:11
FwdAFPCountMonitoringAlg::m_chains
Gaudi::Property< std::vector< std::string > > m_chains
Definition
FwdAFPCountMonitoringAlg.h:24
FwdAFPCountMonitoringAlg::initialize
virtual StatusCode initialize() override
initialize
Definition
FwdAFPCountMonitoringAlg.cxx:14
FwdAFPCountMonitoringAlg::fillHistograms
virtual StatusCode fillHistograms(const EventContext &context) const override
adds event to the monitoring histograms
Definition
FwdAFPCountMonitoringAlg.cxx:18
Generated on
for ATLAS Offline Software by
1.17.0