|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef MonitorPhotonAlgorithm_H
10 #define MonitorPhotonAlgorithm_H
34 Gaudi::Property<std::string>
m_ParticlePrefix {
this,
"ParticlePrefix",
"photon",
"Name of the particle prefix to be used to define hists"};
35 Gaudi::Property<std::string>
m_RecoName {
this,
"RecoName",
"Tight",
"Name of particle flavor in egamma reco"};
36 Gaudi::Property<std::string>
m_WithTrigger {
this,
"WithTrigger",
"",
"Name extension when electrons are chosen from triggered events"};
39 Float_t aeta = fabs(
eta);
StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
MonitorPhotonAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< std::string > m_RecoName
Scalar eta() const
pseudorapidity method
Property holding a SG store/key/clid from which a ReadHandle is made.
Base class for Athena Monitoring Algorithms.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::string > m_WithTrigger
Header file to be included by clients of the Monitored infrastructure.
virtual StatusCode initialize() override
initialize
Regions GetRegion(Float_t eta) const
Gaudi::Property< std::string > m_ParticlePrefix
SG::ReadHandleKey< xAOD::PhotonContainer > m_ParticleContainerKey
virtual ~MonitorPhotonAlgorithm()=default
SG::ReadDecorHandleKeyArray< xAOD::PhotonContainer > m_PhotonIsolationKey