|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRIGT1CALOMONITORING_GFEXMONITORALGORITHM_H
5 #define TRIGT1CALOMONITORING_GFEXMONITORALGORITHM_H
25 StringProperty
m_packageName{
this,
"PackageName",
"gfexMonitor",
"group name for histograming"};
26 FloatArrayProperty
m_ptCutValuesgLJ{
this,
"ptCutValuesgLJ", { 0., 30., 400.},
"List of lower pt cut values, -1. for not cut applied."};
27 FloatArrayProperty
m_ptCutValuesgJ{
this,
"ptCutValuesgJ", { 0., 100.},
"List of lower pt cut values, -1. for not cut applied."};
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
GfexMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKeyArray< xAOD::gFexJetRoIContainer > m_gFexJetTobKeyList
SG::ReadHandleKeyArray< xAOD::gFexJetRoIContainer > m_gFexRhoTobKeyList
SG::ReadHandleKeyArray< xAOD::gFexGlobalRoIContainer > m_gFexGlobalTobKeyList
Base class for Athena Monitoring Algorithms.
virtual ~GfexMonitorAlgorithm()=default
virtual StatusCode initialize() override
initialize
::StatusCode StatusCode
StatusCode definition for legacy code.
FloatArrayProperty m_ptCutValuesgLJ
StatusCode fillRhoHistograms(const std::string &handleKey, const xAOD::gFexJetRoIContainer *container) const
std::map< std::string, std::pair< std::string, std::string > > m_globTobVarMap
StatusCode fillGlobalTobHistograms(const std::string &handleKey, const xAOD::gFexGlobalRoIContainer *container) const
Header file to be included by clients of the Monitored infrastructure.
int getBinNumberJet(float, float, int, int) const
FloatArrayProperty m_ptCutValuesgJ
StringProperty m_packageName
FPGAType getFPGAType(const float &eta) const
StatusCode fillJetHistograms(const std::string &handleKey, const xAOD::gFexJetRoIContainer *container, const float &ptCutValue, const auto &lbn) const