#include <THStack.h>
Inheritance diagram for THStack:


Public Methods | |
| THStack () | |
| THStack (const char *name, const char *title) | |
| THStack (const THStack &hstack) | |
| virtual | ~THStack () |
| virtual void | Add (TH1 *h, Option_t *option="") |
| virtual void | Browse (TBrowser *b) |
| virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| virtual void | Draw (Option_t *chopt="") |
| TH1 * | GetHistogram () const |
| TList * | GetHists () const |
| TObjArray * | GetStack () |
| virtual Double_t | GetMaximum (Option_t *option="") |
| virtual Double_t | GetMinimum (Option_t *option="") |
| TAxis * | GetXaxis () const |
| TAxis * | GetYaxis () const |
| virtual void | ls (Option_t *option="") const |
| virtual void | Modified () |
| virtual void | Paint (Option_t *chopt="") |
| virtual void | Print (Option_t *chopt="") const |
| virtual void | SavePrimitive (ofstream &out, Option_t *option) |
| virtual void | SetMaximum (Double_t maximum=-1111) |
| virtual void | SetMinimum (Double_t minimum=-1111) |
Protected Methods | |
| void | BuildStack () |
Protected Attributes | |
| TList * | fHists |
| TObjArray * | fStack |
| TH1 * | fHistogram |
| Pointer to array of sums of TH1. | |
| Double_t | fMaximum |
| Pointer to histogram used for drawing axis. | |
| Double_t | fMinimum |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from TObject. |
|
||||||||||||
|
Reimplemented from TObject. |
|
|
Reimplemented from TObject. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TNamed. |
|
|
|
|
|
Reimplemented from TObject. |
|
|
Reimplemented from TNamed. |
|
||||||||||||
|
Reimplemented from TObject. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pointer to array of sums of TH1.
|
|
|
Pointer to histogram used for drawing axis.
|
|
|
|
1.2.16