7#ifndef JETMONITORING_HISTOFORJETSELECTION_H
8#define JETMONITORING_HISTOFORJETSELECTION_H
21#include "GaudiKernel/ToolHandle.h"
Header file for AthHistogramAlgorithm.
Interval_t
Redefinition of fill intervals as in ManagedMonitorToolBase.
virtual void modifyNameAndTitle(TH1 *h)
virtual void setInterval(Interval_t ityp, bool force=false)
redefine to forward to sub histos
HistosForJetSelection(const std::string &t)
std::string m_nameSuffix
Suffix of the histos names.
ToolHandleArray< JetHistoBase > m_histoTools
List of histo tools to call on selected jets.
ToolHandle< IJetSelector > m_selTool
virtual void prefixHistoDir(const std::string &preDir)
redefine to forward to sub histos
bool m_inverseToolSelection
virtual ~HistosForJetSelection()
int m_selType
used only if m_selType == FromTool
SelectionType
Describes the selection type : built-in or use of an external type.
virtual int buildHistos()
std::string m_titleSuffix
Suffix of the histos titles. If the property is not set and using a built-in type,...
virtual int fillHistosFromContainer(const xAOD::JetContainer &cont, float weight)
virtual StatusCode initialize()
Dummy implementation of the initialisation function.
ASG_TOOL_CLASS0(HistosForJetSelection)
virtual int finalizeHistos()
JetHistoBase(const std::string &t)
JetContainer_v1 JetContainer
Definition of the current "jet container version".