6#ifndef JETATTHISTOFILLER_H
7#define JETATTHISTOFILLER_H
44 Gaudi::Property<std::string>
m_group {
this,
"Group",
"undefined"};
Interface for tools in charge of filling 1 histo (or several closely related ones)
ToolHandle< IJetHistoVarTool > m_varY
ToolHandle< IJetHistoVarTool > m_varZ
Gaudi::Property< std::string > m_group
JetHistoAttributeFiller(const std::string &type, const std::string &name, const IInterface *parent)
ToolHandle< IJetHistoVarTool > m_varX
virtual ~JetHistoAttributeFiller()
virtual StatusCode initialize()
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
A monitoring algorithm in charge of filling histogram for a JetContainer.
JetContainer_v1 JetContainer
Definition of the current "jet container version".