![]() |
AliRoot Core
d69033e (d69033e)
|
Time Projection Chamber AliTPCClusterRow objects. More...
#include <AliTPCClustersRow.h>
Public Member Functions | |
AliTPCClustersRow () | |
AliTPCClustersRow (const char *classname) | |
virtual TObject * | InsertCluster (const TObject *c) |
virtual TObject * | Append () |
![]() | |
AliClusters () | |
AliClusters (const char *classname) | |
AliClusters (const AliClusters ¶m) | |
AliClusters & | operator= (const AliClusters ¶m) |
~AliClusters () | |
const TObject * | operator[] (Int_t i) |
virtual Int_t | Find (Double_t y) const |
void | Sort () |
TClonesArray * | GetArray () |
void | SetArray (Int_t length) |
void | DrawClusters (Float_t shiftx, Float_t shifty, Int_t color, Int_t size, Int_t style) |
Bool_t | SetClass (const Text_t *classname) |
![]() | |
AliSegmentID () | |
AliSegmentID (Int_t index) | |
Int_t | GetID () |
void | SetID (Int_t index) |
Additional Inherited Members | |
![]() | |
TClonesArray * | fClusters |
array of clusters More... | |
Int_t | fNclusters |
TClass * | fClass |
! type of cluster class More... | |
![]() | |
Int_t | fSegmentID |
Time Projection Chamber AliTPCClusterRow objects.
Manager class for TPC clusters.
Definition at line 17 of file AliTPCClustersRow.h.
AliTPCClustersRow::AliTPCClustersRow | ( | ) |
Definition at line 49 of file AliTPCClustersRow.cxx.
AliTPCClustersRow::AliTPCClustersRow | ( | const char * | classname | ) |
special constructor
Definition at line 57 of file AliTPCClustersRow.cxx.
|
virtual |
create new object return pointer to this object
Definition at line 86 of file AliTPCClustersRow.cxx.
|
virtual |
Add a simulated cluster copy to the list
Reimplemented from AliClusters.
Definition at line 69 of file AliTPCClustersRow.cxx.