7 #ifndef AIDA_IBASEHISTOGRAM_H
8 #define AIDA_IBASEHISTOGRAM_H 1
40 virtual std::string
title()
const = 0;
71 virtual bool reset() = 0;
78 virtual int entries()
const = 0;
virtual bool reset()=0
Reset the Histogram; as if just created.
virtual std::string title() const =0
Get the Histogram's title.
class IAnnotation;
Definition: IBaseHistogram.h:29
virtual int entries() const =0
Get the number of in-range entries in the Histogram.
virtual ~IBaseHistogram()
Destructor.
Definition: IBaseHistogram.h:33
virtual int dimension() const =0
Get the IAnnotation associated with the Histogram.
virtual bool setTitle(const std::string &title)=0
Set the histogram title.