6#ifndef JETMATCHEDFILLER_H
7#define JETMATCHEDFILLER_H
26 Gaudi::Property<std::string>
m_group {
this,
"Group",
"undefined"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Interface for tools in charge of filling 1 histo (or several closely related ones)
JetHistoMatchedFiller(const std::string &type, const std::string &name, const IInterface *parent)
Gaudi::Property< std::string > m_group
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
SG::ReadDecorHandleKey< xAOD::JetContainer > m_massrespKey
SG::ReadDecorHandleKey< xAOD::JetContainer > m_ptdiffKey
SG::ReadDecorHandleKey< xAOD::JetContainer > m_etarefKey
SG::ReadDecorHandleKey< xAOD::JetContainer > m_massdiffKey
SG::ReadDecorHandleKey< xAOD::JetContainer > m_energyrespKey
virtual StatusCode initialize()
SG::ReadDecorHandleKey< xAOD::JetContainer > m_matchedKey
SG::ReadDecorHandleKey< xAOD::JetContainer > m_ptrefKey
SG::ReadDecorHandleKey< xAOD::JetContainer > m_energydiffKey
SG::ReadDecorHandleKey< xAOD::JetContainer > m_ptrespKey
A monitoring algorithm in charge of filling histogram for a JetContainer.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
JetContainer_v1 JetContainer
Definition of the current "jet container version".