#include "hhistarray.h"

HTrendArray


class description - source file - inheritance tree (.pdf)

class HTrendArray : public HMonHistAddon

Inheritance Chart:
TObject
<-
TNamed
<-
HMonHistAddon
<-
HTrendArray

    public:
HTrendArray(const char* name, const char* title, Int_t active = 0, Int_t resetable = 0, Int_t size = 1, Int_t size2 = 1, Int_t nBinsX = 0, Float_t Xlo = 0, Float_t Xup = 0) HTrendArray(HMonHistAddon&) HTrendArray(const HTrendArray&) ~HTrendArray() virtual void add(HMonHistAddon* h2) static TClass* Class() void create() virtual void draw(Bool_t allowHiddenZero = 1) void drawAll(Bool_t allowHiddenZero = 1) void fill(Int_t, Int_t, Stat_t) void getDim(Int_t* i, Int_t* j) virtual TH1* getP(Int_t s = 0, Int_t m = 0) Int_t getSizeAll() virtual TClass* IsA() const HTrendArray& operator=(const HTrendArray&) 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)

Data Members


    protected:
TObjArray* array / pointer to internal object array of hists

Class Description


HTrendArray(const char* name, const char* title, Int_t active,Int_t resetable,Int_t size1,Int_t size2, Int_t nbinsX,Float_t xlo,Float_t xup) :HMonHistAddon (name,title,active,resetable,nbinsX,xlo,xup,0,0.F,0.F)

HTrendArray(HMonHistAddon& add)

void create()

void drawAll( Bool_t allowHiddenZero)

void fill(Int_t s,Int_t m,Stat_t a)

void reset(Int_t level,Int_t count)

void add(HMonHistAddon* h)

void draw( Bool_t allowHiddenZero)

~HTrendArray()



Inline Functions


                void getDim(Int_t* i, Int_t* j)
               Int_t getSizeAll()
                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)
         HTrendArray HTrendArray(const HTrendArray&)
        HTrendArray& operator=(const HTrendArray&)


Last update: Fri Jan 26 12:37:34 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.