#include <TGo4ClonesElement.h>
Inheritance diagram for TGo4ClonesElement:
Public Methods | |
TGo4ClonesElement (void) | |
TGo4ClonesElement (const char *className, Int_t size, const char *aName=0, const char *aTitle=0, Short_t aBaseCat=0) | |
virtual | ~TGo4ClonesElement (void) |
virtual void | makeBranch (TBranch *parent) |
virtual Int_t | activateBranch (TBranch *branch, Int_t splitLevel, Int_t init=0) |
virtual void | clearAll (Int_t level) |
virtual void | Clear (Option_t *t="") |
virtual TObject * | getObject (Int_t index) |
Short_t | getId () |
TObject *& | getSlot () |
virtual TClonesArray * | getData () |
Protected Attributes | |
TString | fClassName |
class name. More... | |
Int_t | fNDataObjs |
multiplicity. More... | |
TClonesArray * | fData |
clones array. More... |
|
Definition at line 23 of file TGo4ClonesElement.cxx. References fData, and fNDataObjs. |
|
Definition at line 32 of file TGo4ClonesElement.cxx. References fClassName, fData, and fNDataObjs. |
|
Definition at line 48 of file TGo4ClonesElement.cxx. References fData, and fNDataObjs. |
|
Reimplemented from TGo4EventElement. Definition at line 88 of file TGo4ClonesElement.cxx. References TGo4EventElement::makeBranch(). |
|
Reimplemented from TGo4EventElement. Definition at line 56 of file TGo4ClonesElement.cxx. References TGo4EventElement::activateBranch(), fClassName, and fData. |
|
Reimplemented from TGo4EventElement. Definition at line 49 of file TGo4ClonesElement.h. |
|
Reimplemented from TGo4EventElement. Definition at line 99 of file TGo4ClonesElement.cxx. References fData, and fNDataObjs. |
|
Definition at line 94 of file TGo4ClonesElement.cxx. References fData. |
|
Reimplemented from TGo4EventElement. Definition at line 53 of file TGo4ClonesElement.h. References TGo4EventElement::fIdentifier. |
|
Definition at line 105 of file TGo4ClonesElement.cxx. References fData, and fNDataObjs. |
|
Definition at line 55 of file TGo4ClonesElement.h. References fData. |
|
class name.
Definition at line 30 of file TGo4ClonesElement.h. Referenced by activateBranch(), and TGo4ClonesElement(). |
|
multiplicity.
Definition at line 33 of file TGo4ClonesElement.h. Referenced by Clear(), getSlot(), TGo4ClonesElement(), and ~TGo4ClonesElement(). |
|
clones array.
Definition at line 36 of file TGo4ClonesElement.h. Referenced by activateBranch(), Clear(), getData(), getObject(), getSlot(), TGo4ClonesElement(), and ~TGo4ClonesElement(). |