9#ifndef JETHISTOEVENTLEVELFILLER_H
10#define JETHISTOEVENTLEVELFILLER_H
25 Gaudi::Property<std::string>
m_group {
this,
"Group",
"undefined"};
26 ToolHandle<IEventHistoVarTool>
m_var;
Interface for tools in charge of filling 1 histo (or several closely related ones)
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
Gaudi::Property< std::string > m_group
JetHistoEventLevelFiller(const std::string &type, const std::string &name, const IInterface *parent)
virtual ~JetHistoEventLevelFiller()
ToolHandle< IEventHistoVarTool > m_var
A monitoring algorithm in charge of filling histogram for a JetContainer.
JetContainer_v1 JetContainer
Definition of the current "jet container version".