1 #ifndef __MQWHISTOGRAMS__
2 #define __MQWHISTOGRAMS__
39 if (hist_ptr != NULL){
40 hist_ptr->Fill(value);
63 #endif // __MQWHISTOGRAMS__
std::vector< TH1_ptr > fHistograms
Histograms associated with this data element.
void AddHistogram(TH1 *h)
Register a histogram.
virtual ~MQwHistograms()
Virtual destructor.
A logfile class, based on an identical class in the Hermes analyzer.
void Fill_Pointer(TH1_ptr hist_ptr, Double_t value)
MQwHistograms()
Default constructor.
TH1 * TH1_ptr
Regular pointers for the histograms.
virtual MQwHistograms & operator=(const MQwHistograms &value)
void ShareHistograms(const MQwHistograms *source)
Share histogram pointers between objects.
MQwHistograms(const MQwHistograms &source)
Copy constructor.