HMonHist
class description - source file - inheritance tree (.pdf)
public:
HMonHist(const char* name, const char* title, Int_t active = 0, Int_t resetable = 0, Int_t nbinsX = 0, Float_t xlo = 0, Float_t xup = 0)
HMonHist(HMonHistAddon&)
HMonHist(const HMonHist&)
~HMonHist()
virtual void add(HMonHistAddon* h2)
static TClass* Class()
void create()
virtual void draw(Bool_t allowHiddenZero = 1)
virtual TH1* getP(Int_t s = 0, Int_t m = 0)
virtual TClass* IsA() const
HMonHist& operator=(const HMonHist&)
virtual void reset(Int_t level, Int_t count)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TH1* h
HMonHist(const char* name,
const char* title,
Int_t active,Int_t resetable,
Int_t nbinsX,Float_t xlo,Float_t xup)
: HMonHistAddon(name,title,active,resetable,
nbinsX,xlo,xup,0,0,0)
HMonHist(HMonHistAddon& add)
void reset(Int_t level,Int_t count)
void add(HMonHistAddon* h2)
void draw(Bool_t allowHiddenZero)
void create()
~HMonHist()
Inline Functions
TH1* getP(Int_t s = 0, Int_t m = 0)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HMonHist HMonHist(const HMonHist&)
HMonHist& operator=(const HMonHist&)
Last update: Fri Jan 26 12:19:30 2007
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.