14#ifndef TGO4HISTOGRAMSTATUS_H
15#define TGO4HISTOGRAMSTATUS_H
42 void Print(Option_t *opt =
"")
const override;
Runtime status of a histogram object.
friend class TGo4AnalysisProxy
Axis_t fdXmax
Upper edge of x axis.
Axis_t fdZmax
Upper edge of z axis.
Axis_t fdXmin
Lower edge of x axis.
Stat_t fdXmean
Mean value in x projection.
virtual ~TGo4HistogramStatus()
Axis_t fdZmin
Lower edge of z axis.
Stat_t fdZrms
Root mean square value in z projection.
Int_t fiNbinX
Number of bins in x axis.
void Print(Option_t *opt="") const override
Axis_t fdYmin
Lower edge of y axis.
Stat_t GetEntries() const
Int_t fiNbinY
Number of bins in y axis.
Stat_t fdEntries
Number of filled entries.
Stat_t fdZmean
Mean value in z projection.
Int_t fiNbinZ
Number of bins in z axis.
Axis_t fdYmax
Upper edge of y axis.
Stat_t fdXrms
Root mean square value in x projection.
Int_t GetDimension() const
Stat_t fdYrms
Root mean square value in y projection.
Stat_t fdYmean
Mean value in y projection.
Int_t fiDim
Histogram dimension (1,2,3).
TGo4ObjectStatus()
default ctor for streamer.