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