#include <TGo4HistogramStatus.h>
Inheritance diagram for TGo4HistogramStatus:
Public Methods | |
TGo4HistogramStatus () | |
TGo4HistogramStatus (TH1 *his, Bool_t allstatistics=kFALSE) | |
Create status from given histogram object. More... | |
virtual | ~TGo4HistogramStatus () |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
basic method to printout status information on stdout; to be overridden by specific subclass. More... | |
Int_t | GetDimension () |
Int_t | GetXbins () |
Int_t | GetYbins () |
Int_t | GetZbins () |
Axis_t | GetXmin () |
Axis_t | GetXmax () |
Axis_t | GetYmin () |
Axis_t | GetYmax () |
Axis_t | GetZmin () |
Axis_t | GetZmax () |
Stat_t | GetEntries () |
Stat_t | GetXmean () |
Stat_t | GetYmean () |
Stat_t | GetZmean () |
Stat_t | GetXrms () |
Stat_t | GetYrms () |
Stat_t | GetZrms () |
Private Attributes | |
Int_t | fiDim |
Histogram dimension (1,2,3). More... | |
Int_t | fiNbinX |
Number of bins in x axis. More... | |
Int_t | fiNbinY |
Number of bins in y axis. More... | |
Int_t | fiNbinZ |
Number of bins in z axis. More... | |
Axis_t | fdXmin |
Lower edge of x axis. More... | |
Axis_t | fdXmax |
Upper edge of x axis. More... | |
Axis_t | fdYmin |
Lower edge of y axis. More... | |
Axis_t | fdYmax |
Upper edge of y axis. More... | |
Axis_t | fdZmin |
Lower edge of z axis. More... | |
Axis_t | fdZmax |
Upper edge of z axis. More... | |
Stat_t | fdEntries |
Number of filled entries. More... | |
Stat_t | fdXmean |
Mean value in x projection. More... | |
Stat_t | fdYmean |
Mean value in y projection. More... | |
Stat_t | fdZmean |
Mean value in z projection. More... | |
Stat_t | fdXrms |
Root mean square value in x projection. More... | |
Stat_t | fdYrms |
Root mean square value in y projection. More... | |
Stat_t | fdZrms |
Root mean square value in z projection. More... | |
Friends | |
class | TGo4ComCreateHistogram |
Definition at line 27 of file TGo4HistogramStatus.h.
|
Definition at line 179 of file TGo4HistogramStatus.cxx. References TRACE. |
|
Create status from given histogram object. If argument allstatistics is kTRUE, system time and mean/rms is calculated as well. Default is disabled, since 2d histograms are very time consuming here! Definition at line 25 of file TGo4HistogramStatus.cxx. References fdEntries, fdXmax, fdXmean, fdXmin, fdXrms, fdYmax, fdYmean, fdYmin, fdYrms, fdZmax, fdZmean, fdZmin, fdZrms, fiDim, fiNbinX, fiNbinY, fiNbinZ, TGo4ObjectStatus::fiObjectSize, and TRACE. |
|
Definition at line 190 of file TGo4HistogramStatus.cxx. References TRACE. |
|
basic method to printout status information on stdout; to be overridden by specific subclass.
Reimplemented from TGo4ObjectStatus. Definition at line 196 of file TGo4HistogramStatus.cxx. References GetDimension(), GetEntries(), GetXbins(), GetXmax(), GetXmean(), GetXmin(), GetXrms(), GetYbins(), GetYmax(), GetYmean(), GetYmin(), GetYrms(), GetZbins(), GetZmax(), GetZmean(), GetZmin(), GetZrms(), TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), TGo4ObjectStatus::PrintStatus(), and TRACE. |
|
Definition at line 47 of file TGo4HistogramStatus.h. References fiDim. Referenced by TGo4ComCreateHistogram::ExeCom(), and PrintStatus(). |
|
Definition at line 49 of file TGo4HistogramStatus.h. References fiNbinX. Referenced by TGo4ComCreateHistogram::ExeCom(), and PrintStatus(). |
|
Definition at line 51 of file TGo4HistogramStatus.h. References fiNbinY. Referenced by TGo4ComCreateHistogram::ExeCom(), and PrintStatus(). |
|
Definition at line 53 of file TGo4HistogramStatus.h. References fiNbinZ. Referenced by TGo4ComCreateHistogram::ExeCom(), and PrintStatus(). |
|
Definition at line 55 of file TGo4HistogramStatus.h. References fdXmin. Referenced by TGo4ComCreateHistogram::ExeCom(), and PrintStatus(). |
|
Definition at line 57 of file TGo4HistogramStatus.h. References fdXmax. Referenced by TGo4ComCreateHistogram::ExeCom(), and PrintStatus(). |
|
Definition at line 59 of file TGo4HistogramStatus.h. References fdYmin. Referenced by TGo4ComCreateHistogram::ExeCom(), and PrintStatus(). |
|
Definition at line 61 of file TGo4HistogramStatus.h. References fdYmax. Referenced by TGo4ComCreateHistogram::ExeCom(), and PrintStatus(). |
|
Definition at line 63 of file TGo4HistogramStatus.h. References fdZmin. Referenced by TGo4ComCreateHistogram::ExeCom(), and PrintStatus(). |
|
Definition at line 65 of file TGo4HistogramStatus.h. References fdZmax. Referenced by TGo4ComCreateHistogram::ExeCom(), and PrintStatus(). |
|
Definition at line 67 of file TGo4HistogramStatus.h. References fdEntries. Referenced by PrintStatus(). |
|
Definition at line 69 of file TGo4HistogramStatus.h. References fdXmean. Referenced by PrintStatus(). |
|
Definition at line 71 of file TGo4HistogramStatus.h. References fdYmean. Referenced by PrintStatus(). |
|
Definition at line 73 of file TGo4HistogramStatus.h. References fdZmean. Referenced by PrintStatus(). |
|
Definition at line 75 of file TGo4HistogramStatus.h. References fdXrms. Referenced by PrintStatus(). |
|
Definition at line 77 of file TGo4HistogramStatus.h. References fdYrms. Referenced by PrintStatus(). |
|
Definition at line 79 of file TGo4HistogramStatus.h. References fdZrms. Referenced by PrintStatus(). |
|
Definition at line 29 of file TGo4HistogramStatus.h. |
|
Histogram dimension (1,2,3).
Definition at line 84 of file TGo4HistogramStatus.h. Referenced by GetDimension(), TGo4ComCreateHistogram::SetDimension(), and TGo4HistogramStatus(). |
|
Number of bins in x axis.
Definition at line 87 of file TGo4HistogramStatus.h. Referenced by GetXbins(), TGo4ComCreateHistogram::SetXbins(), and TGo4HistogramStatus(). |
|
Number of bins in y axis.
Definition at line 90 of file TGo4HistogramStatus.h. Referenced by GetYbins(), TGo4ComCreateHistogram::SetYbins(), and TGo4HistogramStatus(). |
|
Number of bins in z axis.
Definition at line 93 of file TGo4HistogramStatus.h. Referenced by GetZbins(), TGo4ComCreateHistogram::SetZbins(), and TGo4HistogramStatus(). |
|
Lower edge of x axis.
Definition at line 96 of file TGo4HistogramStatus.h. Referenced by GetXmin(), TGo4ComCreateHistogram::SetXmin(), and TGo4HistogramStatus(). |
|
Upper edge of x axis.
Definition at line 99 of file TGo4HistogramStatus.h. Referenced by GetXmax(), TGo4ComCreateHistogram::SetXmax(), and TGo4HistogramStatus(). |
|
Lower edge of y axis.
Definition at line 102 of file TGo4HistogramStatus.h. Referenced by GetYmin(), TGo4ComCreateHistogram::SetYmin(), and TGo4HistogramStatus(). |
|
Upper edge of y axis.
Definition at line 105 of file TGo4HistogramStatus.h. Referenced by GetYmax(), TGo4ComCreateHistogram::SetYmax(), and TGo4HistogramStatus(). |
|
Lower edge of z axis.
Definition at line 108 of file TGo4HistogramStatus.h. Referenced by GetZmin(), TGo4ComCreateHistogram::SetZmin(), and TGo4HistogramStatus(). |
|
Upper edge of z axis.
Definition at line 111 of file TGo4HistogramStatus.h. Referenced by GetZmax(), TGo4ComCreateHistogram::SetZmax(), and TGo4HistogramStatus(). |
|
Number of filled entries.
Definition at line 114 of file TGo4HistogramStatus.h. Referenced by GetEntries(), and TGo4HistogramStatus(). |
|
Mean value in x projection.
Definition at line 117 of file TGo4HistogramStatus.h. Referenced by GetXmean(), and TGo4HistogramStatus(). |
|
Mean value in y projection.
Definition at line 120 of file TGo4HistogramStatus.h. Referenced by GetYmean(), and TGo4HistogramStatus(). |
|
Mean value in z projection.
Definition at line 123 of file TGo4HistogramStatus.h. Referenced by GetZmean(), and TGo4HistogramStatus(). |
|
Root mean square value in x projection.
Definition at line 126 of file TGo4HistogramStatus.h. Referenced by GetXrms(), and TGo4HistogramStatus(). |
|
Root mean square value in y projection.
Definition at line 129 of file TGo4HistogramStatus.h. Referenced by GetYrms(), and TGo4HistogramStatus(). |
|
Root mean square value in z projection.
Definition at line 132 of file TGo4HistogramStatus.h. Referenced by GetZrms(), and TGo4HistogramStatus(). |