|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef MonitorTnPAlgorithm_H
10 #define MonitorTnPAlgorithm_H
35 Gaudi::Property<std::string>
m_ParticlePrefix {
this,
"ParticlePrefix",
"electron",
"Name of the particle prefix to be used to define hists"};
36 Gaudi::Property<std::string>
m_RecoName {
this,
"RecoName",
"LHLoose",
"Name of particle flavor in egamma reco"};
37 Gaudi::Property<std::string>
m_TnPType {
this,
"TnPType",
"Z",
"Variable to describe what is the TnP resonance name"};
39 Gaudi::Property<Float_t>
m_MassPeak {
this,
"MassPeak", 91188,
"Resonance peak position"};
40 Gaudi::Property<Float_t>
m_ElectronEtCut {
this,
"ElectronEtCut", 15000,
"Et cut for electron"};
41 Gaudi::Property<Float_t>
m_MassLowerCut {
this,
"MassLowerCut", 70000,
"Lower Mass cut"};
42 Gaudi::Property<Float_t>
m_MassUpperCut {
this,
"MassUpperCut", 110000,
"Upper Mass Cut"};
45 Float_t aeta = fabs(
eta);
StatusCode fillElectronProbe(const xAOD::Electron *el, const bool isleading, const EventContext &ctx) const
StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Regions GetRegion(Float_t eta) const
Gaudi::Property< Float_t > m_MassLowerCut
MonitorTnPAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Scalar eta() const
pseudorapidity method
Base class for Athena Monitoring Algorithms.
virtual StatusCode initialize() override
initialize
::StatusCode StatusCode
StatusCode definition for legacy code.
Header file to be included by clients of the Monitored infrastructure.
SG::ReadDecorHandleKeyArray< xAOD::ElectronContainer > m_ElectronIsolationKey
virtual ~MonitorTnPAlgorithm()=default
Gaudi::Property< std::string > m_ParticlePrefix
SG::ReadHandleKey< xAOD::ElectronContainer > m_ParticleContainerKey
Gaudi::Property< Float_t > m_ElectronEtCut
Gaudi::Property< std::string > m_RecoName
Gaudi::Property< Float_t > m_MassPeak
Gaudi::Property< Float_t > m_MassUpperCut
Gaudi::Property< std::string > m_TnPType