|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGINDETEVENT_TRIGHISTO1D_H
6 #define TRIGINDETEVENT_TRIGHISTO1D_H
51 double sumEntries(
float value_x,
int cutType)
const;
float min_x(void) const
Return the minimum along the x-axis.
The base class for TrigHisto1D and TrigHisto2D. This class should never be stored or used directly.
A very basic one dimensional histogram to provide storage of HLT distributions, allowing constraints ...
float max_x(void) const
Return the maximum along the x-axis.
TrigHisto1D & operator=(const TrigHisto1D &trigHisto)
Assignment operator.
const std::vector< float > & contents(void) const
Return the bin contents of the histogram, including the under and overflow bins.
void fill(float value_x, float weight)
Fill a 1D histogram.
double sumEntries(float value_x, int cutType) const
Sum the number of entries within the cut range.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
virtual ~TrigHisto1D(void)
Destructor.
macros to associate a CLID to a type
TrigHisto1D(void)
Default constructor used by T/P converters.
unsigned int nbins_x(void) const
Return the number of bins along the y-axis, not including the under and overflow.