GFHistArray
class description - source file - inheritance tree
protected:
Bool_t CheckObjOK(TObject* histObj)
public:
GFHistArray(Int_t s = TCollection::kInitCapacity, Int_t lowerBound = 0)
virtual ~GFHistArray()
virtual void AddAfter(TObject* after, TObject* obj)
virtual void AddAll(TCollection* collection)
virtual void AddAll(GFHistArray* hists)
virtual void AddAt(TObject* obj, Int_t idx)
virtual void AddAtAndExpand(TObject* obj, Int_t idx)
virtual Int_t AddAtFree(TObject* obj)
virtual void AddBefore(TObject* before, TObject* obj)
virtual void AddFirst(TObject* obj)
virtual void AddLast(TObject* obj)
virtual TH1* After(TObject* obj) const
virtual TH1* At(Int_t idx) const
virtual TH1* Before(TObject* obj) const
static TClass* Class()
virtual TH1* First() const
virtual TClass* IsA() const
virtual TH1* Last() const
virtual TH1* operator[](Int_t i) const
virtual TH1* Remove(TObject* obj)
virtual TH1* RemoveAt(Int_t idx)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TH1* UncheckedAt(Int_t i) const
GFHistArray
Author: Gero Flucke
Date: May 31st, 2002
last update: $Date: 2002/10/14 20:04:18 $
by: $Author: flucke $
GFHistArray(Int_t initCapacity, Int_t lowerBound)
: TObjArray(initCapacity, lowerBound)
~GFHistArray()
void AddFirst(TObject *obj)
void AddLast(TObject *obj)
void AddAll(TCollection *collection)
void AddAll(GFHistArray *hists)
void AddAt(TObject *obj, Int_t idx)
void AddAtAndExpand(TObject *obj, Int_t idx)
Int_t AddAtFree(TObject *obj)
void AddAfter(TObject *after, TObject *obj)
void AddBefore(TObject *after, TObject *obj)
TH1* RemoveAt(Int_t idx)
TH1* Remove(TObject *obj)
TH1* At(Int_t idx) const
TH1* UncheckedAt(Int_t i) const
TH1* Before(TObject *obj) const
TH1* After(TObject *obj) const
TH1* First() const
TH1* Last() const
Bool_t CheckObjOK (TObject * histObj)
accept NULL pointer:
Inline Functions
TH1* operator[](Int_t i) const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Author: Gero Flucke
Last update: Wed Jan 11 14:05:53 2006
ROOT page - Class index - 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.