12#ifndef TIDA_HISTOGRAM_H
13#define TIDA_HISTOGRAM_H
15#include "GaudiKernel/ToolHandle.h"
41 else std::cerr <<
"Histogram " <<
m_name <<
"\tmonTool not defined" << std::endl;
44 void Fill( T d, T w )
const {
51 else std::cerr <<
"Histogram " <<
m_name <<
"\tmonTool not defined" << std::endl;
Header file to be included by clients of the Monitored infrastructure.
Group of local monitoring quantities and retain correlation when filling histograms
Declare a monitored scalar variable.
const Histogram * operator->() const
Histogram(ToolHandle< GenericMonitoringTool > *m, const std::string &name)
ToolHandle< GenericMonitoringTool > * m_monTool
ToolHandle< GenericMonitoringTool > * monTool() const
const std::string & name() const
void Fill(T d, T w) const