AliRoot Core  3dc7879 (3dc7879)
AliRecPoint Class Reference

#include <AliRecPoint.h>

Inheritance diagram for AliRecPoint:

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 AliGeometryGetGeom () 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
 
AliRecPointoperator= (const AliRecPoint &recp)
 
void SetIndexInList (Int_t val)
 

Protected Member Functions

void Copy (TObject &recp) const
 

Protected Attributes

Float_t fAmp
 
AliGeometryfGeom
 
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
 

Detailed Description

Definition at line 30 of file AliRecPoint.h.

Constructor & Destructor Documentation

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.

AliRecPoint::~AliRecPoint ( )
virtual

Definition at line 131 of file AliRecPoint.cxx.

Member Function Documentation

void AliRecPoint::AddDigit ( AliDigitNew digit)
virtual

Definition at line 142 of file AliRecPoint.cxx.

void AliRecPoint::Copy ( TObject &  recp) const
protected

Definition at line 185 of file AliRecPoint.cxx.

Referenced by SetIndexInList().

void AliRecPoint::GetCovarianceMatrix ( TMatrixF &  mat) const
virtual

Definition at line 212 of file AliRecPoint.cxx.

virtual int* AliRecPoint::GetDigitsList ( void  ) const
inlinevirtual

Definition at line 44 of file AliRecPoint.h.

virtual Int_t AliRecPoint::GetDigitsMultiplicity ( void  ) const
inlinevirtual

Definition at line 48 of file AliRecPoint.h.

virtual Float_t AliRecPoint::GetEnergy ( ) const
inlinevirtual

Definition at line 46 of file AliRecPoint.h.

virtual AliGeometry* AliRecPoint::GetGeom ( ) const
inlinevirtual

Definition at line 42 of file AliRecPoint.h.

void AliRecPoint::GetGlobalPosition ( TVector3 &  gpos,
TMatrixF &  gmat 
) const
virtual

Definition at line 231 of file AliRecPoint.cxx.

Referenced by GetGeom().

Int_t AliRecPoint::GetIndexInList ( ) const
inline

Definition at line 49 of file AliRecPoint.h.

void AliRecPoint::GetLocalPosition ( TVector3 &  pos) const
virtual

Definition at line 221 of file AliRecPoint.cxx.

Referenced by GetEnergy(), and AliFMDGeometry::GetGlobal().

virtual Int_t AliRecPoint::GetMaximumDigitMultiplicity ( ) const
inlinevirtual

Definition at line 50 of file AliRecPoint.h.

virtual Int_t AliRecPoint::GetMaximumTrackMultiplicity ( ) const
inlinevirtual

Definition at line 51 of file AliRecPoint.h.

virtual Int_t AliRecPoint::GetTracksMultiplicity ( void  ) const
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().

void AliRecPoint::SetIndexInList ( Int_t  val)
inline

Definition at line 55 of file AliRecPoint.h.

Member Data Documentation

Float_t AliRecPoint::fAmp
protected

Definition at line 61 of file AliRecPoint.h.

Referenced by AddDigit(), Copy(), GetEnergy(), and operator=().

Int_t* AliRecPoint::fDigitsList
protected

Definition at line 70 of file AliRecPoint.h.

Referenced by AddDigit(), AliRecPoint(), Copy(), GetDigitsList(), operator=(), and ~AliRecPoint().

AliGeometry* AliRecPoint::fGeom
protected

Definition at line 62 of file AliRecPoint.h.

Referenced by Copy(), GetGeom(), GetGlobalPosition(), and operator=().

Int_t AliRecPoint::fIndexInList
protected

pointer to the geometry class

Definition at line 63 of file AliRecPoint.h.

Referenced by Copy(), GetIndexInList(), operator=(), and SetIndexInList().

TVector3 AliRecPoint::fLocPos
protected

Definition at line 64 of file AliRecPoint.h.

Referenced by Copy(), GetLocalPosition(), and operator=().

TMatrixF* AliRecPoint::fLocPosM
protected

Definition at line 65 of file AliRecPoint.h.

Referenced by Copy(), GetCovarianceMatrix(), operator=(), and ~AliRecPoint().

Int_t AliRecPoint::fMaxDigit
protected

Definition at line 66 of file AliRecPoint.h.

Referenced by AddDigit(), Copy(), GetMaximumDigitMultiplicity(), and operator=().

Int_t AliRecPoint::fMaxTrack
protected

Definition at line 68 of file AliRecPoint.h.

Referenced by Copy(), GetMaximumTrackMultiplicity(), and operator=().

Int_t AliRecPoint::fMulDigit
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=().

Int_t AliRecPoint::fMulTrack
protected

max initial size of tracks array (not saved)

Definition at line 69 of file AliRecPoint.h.

Referenced by AliRecPoint(), Copy(), GetTracksMultiplicity(), and operator=().

Int_t* AliRecPoint::fTracksList
protected

Definition at line 71 of file AliRecPoint.h.

Referenced by AliRecPoint(), Copy(), operator=(), and ~AliRecPoint().


The documentation for this class was generated from the following files: