![]() |
AliRoot Core
3dc7879 (3dc7879)
|
#include <AliRecPoint.h>
Public Member Functions | |
AliRecPoint () | |
AliRecPoint (const char *opt) | |
AliRecPoint (const AliRecPoint &recp) | |
virtual | ~AliRecPoint () |
virtual void | AddDigit (AliDigitNew &digit) |
virtual void | GetCovarianceMatrix (TMatrixF &mat) const |
virtual AliGeometry * | GetGeom () const |
virtual void | GetGlobalPosition (TVector3 &gpos, TMatrixF &gmat) const |
virtual int * | GetDigitsList (void) const |
virtual Float_t | GetEnergy () const |
virtual void | GetLocalPosition (TVector3 &pos) const |
virtual Int_t | GetDigitsMultiplicity (void) const |
Int_t | GetIndexInList () const |
virtual Int_t | GetMaximumDigitMultiplicity () const |
virtual Int_t | GetMaximumTrackMultiplicity () const |
virtual Int_t | GetTracksMultiplicity (void) const |
AliRecPoint & | operator= (const AliRecPoint &recp) |
void | SetIndexInList (Int_t val) |
Protected Member Functions | |
void | Copy (TObject &recp) const |
Protected Attributes | |
Float_t | fAmp |
AliGeometry * | fGeom |
Int_t | fIndexInList |
pointer to the geometry class More... | |
TVector3 | fLocPos |
TMatrixF * | fLocPosM |
Int_t | fMaxDigit |
Int_t | fMulDigit |
max initial size of digits array (not saved) More... | |
Int_t | fMaxTrack |
Int_t | fMulTrack |
max initial size of tracks array (not saved) More... | |
Int_t * | fDigitsList |
Int_t * | fTracksList |
Definition at line 30 of file AliRecPoint.h.
AliRecPoint::AliRecPoint | ( | ) |
Definition at line 42 of file AliRecPoint.cxx.
AliRecPoint::AliRecPoint | ( | const char * | opt | ) |
Definition at line 61 of file AliRecPoint.cxx.
AliRecPoint::AliRecPoint | ( | const AliRecPoint & | recp | ) |
Definition at line 80 of file AliRecPoint.cxx.
|
virtual |
Definition at line 131 of file AliRecPoint.cxx.
|
virtual |
Definition at line 142 of file AliRecPoint.cxx.
|
protected |
Definition at line 185 of file AliRecPoint.cxx.
Referenced by SetIndexInList().
|
virtual |
Definition at line 212 of file AliRecPoint.cxx.
|
inlinevirtual |
Definition at line 44 of file AliRecPoint.h.
|
inlinevirtual |
Definition at line 48 of file AliRecPoint.h.
|
inlinevirtual |
Definition at line 46 of file AliRecPoint.h.
|
inlinevirtual |
Definition at line 42 of file AliRecPoint.h.
|
virtual |
Definition at line 231 of file AliRecPoint.cxx.
Referenced by GetGeom().
|
inline |
Definition at line 49 of file AliRecPoint.h.
|
virtual |
Definition at line 221 of file AliRecPoint.cxx.
Referenced by GetEnergy(), and AliFMDGeometry::GetGlobal().
|
inlinevirtual |
Definition at line 50 of file AliRecPoint.h.
|
inlinevirtual |
Definition at line 51 of file AliRecPoint.h.
|
inlinevirtual |
Definition at line 52 of file AliRecPoint.h.
AliRecPoint & AliRecPoint::operator= | ( | const AliRecPoint & | recp | ) |
Definition at line 102 of file AliRecPoint.cxx.
Referenced by GetTracksMultiplicity().
|
inline |
Definition at line 55 of file AliRecPoint.h.
|
protected |
Definition at line 61 of file AliRecPoint.h.
Referenced by AddDigit(), Copy(), GetEnergy(), and operator=().
|
protected |
Definition at line 70 of file AliRecPoint.h.
Referenced by AddDigit(), AliRecPoint(), Copy(), GetDigitsList(), operator=(), and ~AliRecPoint().
|
protected |
Definition at line 62 of file AliRecPoint.h.
Referenced by Copy(), GetGeom(), GetGlobalPosition(), and operator=().
|
protected |
pointer to the geometry class
Definition at line 63 of file AliRecPoint.h.
Referenced by Copy(), GetIndexInList(), operator=(), and SetIndexInList().
|
protected |
Definition at line 64 of file AliRecPoint.h.
Referenced by Copy(), GetLocalPosition(), and operator=().
|
protected |
Definition at line 65 of file AliRecPoint.h.
Referenced by Copy(), GetCovarianceMatrix(), operator=(), and ~AliRecPoint().
|
protected |
Definition at line 66 of file AliRecPoint.h.
Referenced by AddDigit(), Copy(), GetMaximumDigitMultiplicity(), and operator=().
|
protected |
Definition at line 68 of file AliRecPoint.h.
Referenced by Copy(), GetMaximumTrackMultiplicity(), and operator=().
|
protected |
max initial size of digits array (not saved)
Definition at line 67 of file AliRecPoint.h.
Referenced by AddDigit(), AliRecPoint(), Copy(), GetDigitsMultiplicity(), and operator=().
|
protected |
max initial size of tracks array (not saved)
Definition at line 69 of file AliRecPoint.h.
Referenced by AliRecPoint(), Copy(), GetTracksMultiplicity(), and operator=().
|
protected |
Definition at line 71 of file AliRecPoint.h.
Referenced by AliRecPoint(), Copy(), operator=(), and ~AliRecPoint().