7#ifndef JETMONITORING_JETHISTOSELECTOR_H
8#define JETMONITORING_JETHISTOSELECTOR_H
37 Gaudi::Property<int>
m_selIndex {
this,
"SelectedIndex", -1};
Interface for tools in charge of filling 1 histo (or several closely related ones)
Gaudi::Property< bool > m_inverseJetSel
virtual StatusCode initialize()
ToolHandle< IJetEventSelector > m_eventSelTool
ToolHandle< IJetSelector > m_selectTool
Gaudi::Property< int > m_selIndex
ToolHandle< IJetHistoVarTool > m_sortVar
JetHistoSelectSort(const std::string &type, const std::string &name, const IInterface *parent)
virtual ~JetHistoSelectSort()
ToolHandleArray< IJetHistoFiller > m_jetFillerTools
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".