| v2.10-0 (21000JUN2005) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Runtime status of a histogram object.
| Field Summary | |
private Stat_t | fdEntriesNumber of filled entries. |
private Axis_t | fdXmaxUpper edge of x axis. |
private Stat_t | fdXmeanMean value in x projection. |
private Axis_t | fdXminLower edge of x axis. |
private Stat_t | fdXrmsRoot mean square value in x projection. |
private Axis_t | fdYmaxUpper edge of y axis. |
private Stat_t | fdYmeanMean value in y projection. |
private Axis_t | fdYminLower edge of y axis. |
private Stat_t | fdYrmsRoot mean square value in y projection. |
private Axis_t | fdZmaxUpper edge of z axis. |
private Stat_t | fdZmeanMean value in z projection. |
private Axis_t | fdZminLower edge of z axis. |
private Stat_t | fdZrmsRoot mean square value in z projection. |
private Int_t | fiDimHistogram dimension (1,2,3). |
private Int_t | fiNbinXNumber of bins in x axis. |
private Int_t | fiNbinYNumber of bins in y axis. |
private Int_t | fiNbinZNumber of bins in z axis. |
| Fields inherited from class Go4StatusBase.TGo4ObjectStatus |
fbDeleteProtect, fbResetProtect, fiObjectSize, fxObjectClass, fxStatusTime |
| Fields inherited from class TNamed |
fName, fTitle |
| Constructor Summary | |
TGo4HistogramStatus() | |
TGo4HistogramStatus(TH1* his, Bool_t allstatistics)Create status from given histogram object. | |
| Destructor Summary | |
virtual synchronized | ~TGo4HistogramStatus() |
| Method Summary | |
Int_t | GetDimension() |
Stat_t | GetEntries() |
Int_t | GetXbins() |
Axis_t | GetXmax() |
Stat_t | GetXmean() |
Axis_t | GetXmin() |
Stat_t | GetXrms() |
Int_t | GetYbins() |
Axis_t | GetYmax() |
Stat_t | GetYmean() |
Axis_t | GetYmin() |
Stat_t | GetYrms() |
Int_t | GetZbins() |
Axis_t | GetZmax() |
Stat_t | GetZmean() |
Axis_t | GetZmin() |
Stat_t | GetZrms() |
virtual Int_t | PrintStatus(Text_t* buffer, Int_t buflen)basic method to printout status information on stdout; to be overridden by specific subclass |
| Methods inherited from class Go4StatusBase.TGo4ObjectStatus |
GetObjectClass, GetObjectSize, GetTimeString, IsDeleteProtect, IsResetProtect |
| Methods inherited from class Go4StatusBase.TGo4Status |
Print, PrintBuffer, PrintIndent |
| Methods inherited from class TNamed |
operator=, Clear, Clone, Compare, Copy, FillBuffer, GetName, GetTitle, Hash, IsSortable, SetName, SetNameTitle, SetTitle, ls, Sizeof, Class, Class_Name, Class_Version, Dictionary, IsA, ShowMembers, Streamer, StreamerNVirtual, DeclFileName, ImplFileLine, ImplFileName, DeclFileLine |
| Field Detail |
private Stat_t fdEntries
private Axis_t fdXmax
private Stat_t fdXmean
private Axis_t fdXmin
private Stat_t fdXrms
private Axis_t fdYmax
private Stat_t fdYmean
private Axis_t fdYmin
private Stat_t fdYrms
private Axis_t fdZmax
private Stat_t fdZmean
private Axis_t fdZmin
private Stat_t fdZrms
private Int_t fiDim
private Int_t fiNbinX
private Int_t fiNbinY
private Int_t fiNbinZ
| Constructor Detail |
public TGo4HistogramStatus()
public TGo4HistogramStatus(TH1* his, Bool_t allstatistics)
| Method Detail |
public virtual synchronized ~TGo4HistogramStatus()
| Method Detail |
public Int_t GetDimension()
public Stat_t GetEntries()
public Int_t GetXbins()
public Axis_t GetXmax()
public Stat_t GetXmean()
public Axis_t GetXmin()
public Stat_t GetXrms()
public Int_t GetYbins()
public Axis_t GetYmax()
public Stat_t GetYmean()
public Axis_t GetYmin()
public Stat_t GetYrms()
public Int_t GetZbins()
public Axis_t GetZmax()
public Stat_t GetZmean()
public Axis_t GetZmin()
public Stat_t GetZrms()
public virtual Int_t PrintStatus(Text_t* buffer, Int_t buflen)
| J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||