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