#include "hordclonesarray.h"

HOrdClonesArray


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

class HOrdClonesArray : public TClonesArray

Inheritance Chart:
TObject
<-
TCollection
<-
TSeqCollection
<-
TObjArray
<-
TClonesArray
<-
HOrdClonesArray

    public:
HOrdClonesArray() HOrdClonesArray(Int_t nLevel, Int_t* size, const char* classname, Int_t s = 1000, Bool_t b = kFALSE, int flag = 1) ~HOrdClonesArray() static TClass* Class() void Clear() void createPattern() void createPtrArray() HCompositeCategory* getCategory() int getMaxSize() int getMaxSize(int nLevels, int* size) int getSplittedSize() TObjArray* getSubArray(int index) virtual TClass* IsA() const virtual TObject*& operator[](Int_t idx) void setCategory(HCompositeCategory* aCat) void setLevel(int j) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) void update(int i)

Data Members


    protected:
HCompositeCategory* cat ! associated category TObjArray** bKeep ! additional sub-structure ptr-array like. int* split_counter ! internal split counter int maxSize ! max size of subset Ptr array Int_t currentLevel ! current subPattern

Class Description


HOrdClonesArray() : TClonesArray()

HOrdClonesArray( Int_t nLevel, Int_t* sizes, const char *classname, Int_t s, Bool_t b, int flag): TClonesArray(classname,s,b)

~HOrdClonesArray()

void createPtrArray(void)

void Clear()



Inline Functions


                       void setCategory(HCompositeCategory* aCat)
        HCompositeCategory* getCategory()
                       void setLevel(int j)
                        int getMaxSize()
                        int getMaxSize(int nLevels, int* size)
                 TObjArray* getSubArray(int index)
                        int getSplittedSize()
                       void update(int i)
                       void createPattern()
                  TObject*& operator[](Int_t idx)
                    TClass* Class()
                    TClass* IsA() const
                       void ShowMembers(TMemberInspector& insp, char* parent)
                       void Streamer(TBuffer& b)
                       void StreamerNVirtual(TBuffer& b)


Last update: Mon Feb 5 16:51:46 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.