AliRoot Core  edcc906 (edcc906)
AliEMCALTracker::AliEMCALMatchCluster Class Reference

#include <AliEMCALTracker.h>

Inheritance diagram for AliEMCALTracker::AliEMCALMatchCluster:

Public Member Functions

 AliEMCALMatchCluster (Int_t ID, AliEMCALRecPoint *recPoint)
 
 AliEMCALMatchCluster (Int_t ID, AliESDCaloCluster *caloCluster)
 
virtual ~AliEMCALMatchCluster ()
 
Int_t Index () const
 
Double_t X () const
 
Double_t Y () const
 
Double_t Z () const
 

Private Attributes

Int_t fIndex
 Index of cluster in its native container (ESD or TClonesArray) More...
 
Double_t fX
 Global X position. More...
 
Double_t fY
 Global Y position. More...
 
Double_t fZ
 Global Z position. More...
 

Detailed Description

Definition at line 82 of file AliEMCALTracker.h.

Constructor & Destructor Documentation

AliEMCALTracker::AliEMCALMatchCluster::AliEMCALMatchCluster ( Int_t  index,
AliEMCALRecPoint recPoint 
)

Translates an AliEMCALRecPoint object into the internal format. Index of passed cluster in its native array must be specified.

Definition at line 515 of file AliEMCALTracker.cxx.

AliEMCALTracker::AliEMCALMatchCluster::AliEMCALMatchCluster ( Int_t  index,
AliESDCaloCluster caloCluster 
)

Translates an AliESDCaloCluster object into the internal format. Index of passed cluster in its native array must be specified.

Definition at line 534 of file AliEMCALTracker.cxx.

virtual AliEMCALTracker::AliEMCALMatchCluster::~AliEMCALMatchCluster ( )
inlinevirtual

Definition at line 88 of file AliEMCALTracker.h.

Member Function Documentation

Int_t AliEMCALTracker::AliEMCALMatchCluster::Index ( ) const
inline

Definition at line 90 of file AliEMCALTracker.h.

Referenced by AliEMCALTracker::PropagateBack().

Double_t AliEMCALTracker::AliEMCALMatchCluster::X ( ) const
inline

Definition at line 91 of file AliEMCALTracker.h.

Referenced by AliEMCALTracker::FindMatchedCluster().

Double_t AliEMCALTracker::AliEMCALMatchCluster::Y ( ) const
inline

Definition at line 92 of file AliEMCALTracker.h.

Referenced by AliEMCALTracker::FindMatchedCluster().

Double_t AliEMCALTracker::AliEMCALMatchCluster::Z ( ) const
inline

Definition at line 93 of file AliEMCALTracker.h.

Referenced by AliEMCALTracker::FindMatchedCluster().

Member Data Documentation

Int_t AliEMCALTracker::AliEMCALMatchCluster::fIndex
private

Index of cluster in its native container (ESD or TClonesArray)

Definition at line 96 of file AliEMCALTracker.h.

Referenced by Index().

Double_t AliEMCALTracker::AliEMCALMatchCluster::fX
private

Global X position.

Definition at line 97 of file AliEMCALTracker.h.

Referenced by AliEMCALMatchCluster(), and X().

Double_t AliEMCALTracker::AliEMCALMatchCluster::fY
private

Global Y position.

Definition at line 98 of file AliEMCALTracker.h.

Referenced by AliEMCALMatchCluster(), and Y().

Double_t AliEMCALTracker::AliEMCALMatchCluster::fZ
private

Global Z position.

Definition at line 99 of file AliEMCALTracker.h.

Referenced by AliEMCALMatchCluster(), and Z().


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