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


Public Methods | |
| TBranchClones () | |
| TBranchClones (const char *name, void *clonesaddress, Int_t basketsize=32000, Int_t compress=-1, Int_t splitlevel=1) | |
| virtual | ~TBranchClones () |
| virtual void | Browse (TBrowser *b) |
| virtual Int_t | Fill () |
| virtual Int_t | GetEntry (Int_t entry=0, Int_t getall=0) |
| virtual Int_t | GetN () const |
| TClonesArray * | GetList () const |
| Bool_t | IsFolder () const |
| virtual void | Print (Option_t *option="") const |
| virtual void | Reset (Option_t *option="") |
| virtual void | SetAddress (void *add) |
| virtual void | SetBasketSize (Int_t buffsize) |
Protected Attributes | |
| TClonesArray * | fList |
| Int_t | fRead |
| Pointer to the clonesarray. | |
| Int_t | fN |
| flag = 1 if clonesarray has been read | |
| Int_t | fNdataMax |
| Number of elements in ClonesArray. | |
| TString | fClassName |
| Maximum value of fN. | |
| TBranch * | fBranchCount |
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented from TBranch. |
|
|
Reimplemented from TBranch. |
|
||||||||||||
|
Reimplemented from TBranch. |
|
|
Definition at line 50 of file TBranchClones.h. References fN. |
|
|
Definition at line 51 of file TBranchClones.h. |
|
|
Reimplemented from TBranch. Definition at line 52 of file TBranchClones.h. |
|
|
Reimplemented from TBranch. |
|
|
Reimplemented from TBranch. |
|
|
Reimplemented from TBranch. |
|
|
Reimplemented from TBranch. |
|
|
Definition at line 35 of file TBranchClones.h. |
|
|
Pointer to the clonesarray.
Definition at line 36 of file TBranchClones.h. |
|
|
flag = 1 if clonesarray has been read
Definition at line 37 of file TBranchClones.h. Referenced by GetN(). |
|
|
Number of elements in ClonesArray.
Definition at line 38 of file TBranchClones.h. |
|
|
Maximum value of fN.
Definition at line 39 of file TBranchClones.h. |
|
|
Definition at line 40 of file TBranchClones.h. |
1.2.16