6#ifndef JETTRIGGEFFICIENCY_H
7#define JETTRIGGEFFICIENCY_H
31 Gaudi::Property<std::string>
m_group {
this,
"Group",
"undefined"};
34 Gaudi::Property<bool>
m_sortJets {
this,
"SortJets",
false};
Interface for tools in charge of filling 1 histo (or several closely related ones)
Gaudi::Property< std::string > m_probeTrigChain
ToolHandle< IJetSelector > m_selectTool
Gaudi::Property< bool > m_sortJets
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
ToolHandle< IJetHistoVarTool > m_jetVar
Gaudi::Property< std::string > m_group
Gaudi::Property< size_t > m_jetIndex
JetHistoTriggEfficiency(const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode initialize()
virtual ~JetHistoTriggEfficiency()
A monitoring algorithm in charge of filling histogram for a JetContainer.
JetContainer_v1 JetContainer
Definition of the current "jet container version".