ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetInputsMonitoring
src
PFOMonitorAlgorithm.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef PFOMONITORALGORITHM_H
6
#define PFOMONITORALGORITHM_H
7
8
#include "
AthenaMonitoring/AthMonitorAlgorithm.h
"
9
10
#include "
StoreGate/ReadHandleKey.h
"
11
#include "
xAODPFlow/FlowElementContainer.h
"
12
#include <string>
13
14
class
EventContext;
15
16
class
PFOMonitorAlgorithm
:
public
AthMonitorAlgorithm
{
17
public
:
18
PFOMonitorAlgorithm
(
const
std::string& name, ISvcLocator* pSvcLocator );
19
virtual
~PFOMonitorAlgorithm
();
20
virtual
StatusCode
initialize
()
override
;
21
virtual
StatusCode
fillHistograms
(
const
EventContext& ctx )
const override
;
22
private
:
23
SG::ReadHandleKey<xAOD::FlowElementContainer>
m_ChargedPFOContainerKey
{
this
,
"JetETMissChargedParticleFlowObjects"
,
"JetETMissChargedParticleFlowObjects"
};
24
SG::ReadHandleKey<xAOD::FlowElementContainer>
m_NeutralPFOContainerKey
{
this
,
"JetETMissNeutralParticleFlowObjects"
,
"JetETMissNeutralParticleFlowObjects"
};
25
};
26
#endif
AthMonitorAlgorithm.h
FlowElementContainer.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
AthMonitorAlgorithm::AthMonitorAlgorithm
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthMonitorAlgorithm.cxx:8
PFOMonitorAlgorithm::m_ChargedPFOContainerKey
SG::ReadHandleKey< xAOD::FlowElementContainer > m_ChargedPFOContainerKey
Definition
PFOMonitorAlgorithm.h:23
PFOMonitorAlgorithm::~PFOMonitorAlgorithm
virtual ~PFOMonitorAlgorithm()
PFOMonitorAlgorithm::fillHistograms
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Definition
PFOMonitorAlgorithm.cxx:32
PFOMonitorAlgorithm::m_NeutralPFOContainerKey
SG::ReadHandleKey< xAOD::FlowElementContainer > m_NeutralPFOContainerKey
Definition
PFOMonitorAlgorithm.h:24
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
PFOMonitorAlgorithm
Definition
PFOMonitorAlgorithm.py:1
initialize
void initialize()
Definition
run_EoverP.cxx:894
Generated on
for ATLAS Offline Software by
1.17.0