![]() |
AliRoot Core
3dc7879 (3dc7879)
|
#include <AliDigitsArray.h>
Public Member Functions | |
AliDigitsArray () | |
AliDigitsArray (const AliDigitsArray ¶m) | |
AliDigitsArray & | operator= (const AliDigitsArray ¶m) |
virtual | ~AliDigitsArray () |
virtual Bool_t | Setup (AliDetectorParam *param) |
const AliDetectorParam * | GetParam () |
virtual Bool_t | SetParam (AliDetectorParam *param) |
![]() | |
AliSegmentArray () | |
AliSegmentArray (const char *classname, Int_t n) | |
virtual | ~AliSegmentArray () |
Bool_t | SetClass (const char *classname) |
const AliSegmentID * | At (Int_t i) |
const AliSegmentID * | operator[] (Int_t i) |
Bool_t | AddSegment (AliSegmentID *segment) |
AliSegmentID * | AddSegment (Int_t index) |
Bool_t | MakeArray (Int_t n) |
void | ClearSegment (Int_t index) |
virtual AliSegmentID * | NewSegment () |
TTree * | GetTree () |
virtual void | MakeTree (char *file=0) |
virtual void | MakeTree (TTree *tree) |
virtual Bool_t | ConnectTree (const char *treeName) |
virtual Bool_t | ConnectTree (TTree *tree) |
virtual AliSegmentID * | LoadSegment (Int_t index) |
virtual AliSegmentID * | LoadEntry (Int_t index) |
virtual void | StoreSegment (Int_t index) |
Bool_t | MakeDictionary (Int_t size) |
TClass * | GetClass () |
Protected Attributes | |
AliDetectorParam * | fParam |
pointer to detector parameters More... | |
![]() | |
TObjArray * | fSegment |
! pointer to array of pointers to segment More... | |
TArrayI * | fTreeIndex |
! pointers(index) table in tree More... | |
Int_t | fNSegment |
number of alocated segments More... | |
TTree * | fTree |
! tree with segment objects More... | |
Bool_t | fTreeOwner |
flag determing the ownership of the fTree More... | |
TBranch * | fBranch |
! total branch More... | |
Additional Inherited Members | |
![]() | |
AliSegmentArray (const AliSegmentArray &segment) | |
AliSegmentArray & | operator= (const AliSegmentArray &segment) |
Manager class for AliDigitsArray
Definition at line 15 of file AliDigitsArray.h.
AliDigitsArray::AliDigitsArray | ( | ) |
default constructor
Definition at line 34 of file AliDigitsArray.cxx.
AliDigitsArray::AliDigitsArray | ( | const AliDigitsArray & | param | ) |
dummy
Definition at line 40 of file AliDigitsArray.cxx.
|
virtual |
if (fParam != 0) delete fParam;
Definition at line 58 of file AliDigitsArray.cxx.
|
inline |
Definition at line 22 of file AliDigitsArray.h.
AliDigitsArray & AliDigitsArray::operator= | ( | const AliDigitsArray & | param | ) |
dummy
Definition at line 49 of file AliDigitsArray.cxx.
|
virtual |
Definition at line 73 of file AliDigitsArray.cxx.
Referenced by GetParam(), and Setup().
|
virtual |
setup array according parameters
Reimplemented in AliTPCDigitsArray.
Definition at line 64 of file AliDigitsArray.cxx.
|
protected |
pointer to detector parameters
Definition at line 25 of file AliDigitsArray.h.
Referenced by AliDigitsArray(), AliTPCDigitsArray::ClearRow(), AliTPCDigitsArray::CreateRow(), GetParam(), AliTPCDigitsArray::GetRow(), AliTPCDigitsArray::LoadRow(), operator=(), SetParam(), AliTPCDigitsArray::Setup(), AliTPCDigitsArray::StoreRow(), and AliTPCDigitsArray::Update().