![]() |
AliRoot Core
edcc906 (edcc906)
|
#include <AliEMCALTracker.h>
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... | |
Definition at line 82 of file AliEMCALTracker.h.
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.
|
inlinevirtual |
Definition at line 88 of file AliEMCALTracker.h.
|
inline |
Definition at line 90 of file AliEMCALTracker.h.
Referenced by AliEMCALTracker::PropagateBack().
|
inline |
Definition at line 91 of file AliEMCALTracker.h.
Referenced by AliEMCALTracker::FindMatchedCluster().
|
inline |
Definition at line 92 of file AliEMCALTracker.h.
Referenced by AliEMCALTracker::FindMatchedCluster().
|
inline |
Definition at line 93 of file AliEMCALTracker.h.
Referenced by AliEMCALTracker::FindMatchedCluster().
|
private |
Index of cluster in its native container (ESD or TClonesArray)
Definition at line 96 of file AliEMCALTracker.h.
Referenced by Index().
|
private |
Global X position.
Definition at line 97 of file AliEMCALTracker.h.
Referenced by AliEMCALMatchCluster(), and X().
|
private |
Global Y position.
Definition at line 98 of file AliEMCALTracker.h.
Referenced by AliEMCALMatchCluster(), and Y().
|
private |
Global Z position.
Definition at line 99 of file AliEMCALTracker.h.
Referenced by AliEMCALMatchCluster(), and Z().