![]() |
AliPhysics
vAN-20150504 (5bda879)
|
Structure for reconstructed track information. More...
#include <AliReducedReconstructedTrack.h>
Public Member Functions | |
AliReducedReconstructedTrack () | |
virtual | ~AliReducedReconstructedTrack () |
void | FillMomentumVector (TVector3 &pvec) |
void | SetMomentumVector (Double_t px, Double_t py, Double_t pz) |
Bool_t | TestTrackCuts (Int_t index) |
Int_t | GetClusterIndex () const |
Int_t | GetMatchedParticleIndex () const |
Bool_t | IsGoodTrack () const |
Int_t | GetNumberOfTPCClusters () const |
Int_t | GetNumberOfTPCCrossedRows () const |
Int_t | GetNumberOfTPCSharedClusters () const |
Int_t | GetNumberOfTPCFindableClusters () const |
void | SetTrackCuts (Int_t index) |
void | SetMatchedClusterIndex (Int_t index) |
void | SetMatchedParticleIndex (Int_t index) |
void | SetGoodTrackLabel (Bool_t isGood) |
void | SetTPCClusters (Int_t nclusters) |
void | SetTPCCrossedRows (Int_t crossedRows) |
void | SetTPCSharedClusters (Int_t nshared) |
void | SetTPCFindableClusters (Int_t nfindable) |
Protected Attributes | |
Double_t | fPVec [3] |
Momentum vector of the particle. More... | |
Long_t | fTrackCutsMap |
Map of Track cuts. More... | |
Int_t | fClusterIndex |
Index of cluster matched to the track. More... | |
Int_t | fParticleIndex |
Index of true particle matched to this track. More... | |
Bool_t | fGoodMCTrack |
Mark track as good (according to the track label) More... | |
Char_t | fClustersTPC |
Number of TPC clusters. More... | |
Char_t | fCrossedRowsTPC |
Number of TPC crossed rows. More... | |
Char_t | fSharedClustersTPC |
Number of shared clusters in the TPC. More... | |
Char_t | fFindableClustersTPC |
Number of findable clusters in the TPC. More... | |
Structure for reconstructed track information.
Definition at line 39 of file AliReducedReconstructedTrack.h.
HighPtTracks::AliReducedReconstructedTrack::AliReducedReconstructedTrack | ( | ) |
Dummy constructor
Definition at line 30 of file AliReducedReconstructedTrack.cxx.
|
virtual |
Destructor
Definition at line 47 of file AliReducedReconstructedTrack.cxx.
void HighPtTracks::AliReducedReconstructedTrack::FillMomentumVector | ( | TVector3 & | pvec | ) |
Fill a TVector3 with the track momentum information
pvec | The vector to be filled |
Definition at line 54 of file AliReducedReconstructedTrack.cxx.
|
inline |
Get the index of the matched cluster
Definition at line 66 of file AliReducedReconstructedTrack.h.
|
inline |
Get the index of the matched particle
Definition at line 71 of file AliReducedReconstructedTrack.h.
|
inline |
Get the number of TPC clusters
Definition at line 81 of file AliReducedReconstructedTrack.h.
|
inline |
Get the number of TPC crossed rows
Definition at line 86 of file AliReducedReconstructedTrack.h.
|
inline |
Get the number of findable clusters in the TPC
Definition at line 96 of file AliReducedReconstructedTrack.h.
|
inline |
Get the number of shared clusters in the TPC
Definition at line 91 of file AliReducedReconstructedTrack.h.
|
inline |
Check if track is a good track according to the label
Definition at line 76 of file AliReducedReconstructedTrack.h.
|
inline |
Mark track as MC-good (according to the label)
isGood | Boolean for good tracks |
Definition at line 118 of file AliReducedReconstructedTrack.h.
|
inline |
Set index of matched cluster
index | Index of the cluster |
Definition at line 107 of file AliReducedReconstructedTrack.h.
|
inline |
Set index of the matched particle
index | Index of the particle |
Definition at line 112 of file AliReducedReconstructedTrack.h.
|
inline |
Set the Momentum vector of the track at the vertex
px | x-component of the primary vertex |
py | y-component of the primary vertex |
pz | z-component of the primary vertex |
Definition at line 51 of file AliReducedReconstructedTrack.h.
|
inline |
Set the number of clusters in the TPC
nclusters | Number of clusters |
Definition at line 123 of file AliReducedReconstructedTrack.h.
|
inline |
Set the number of crossed rows in the TPC
crossedRows | Number of crossed rows |
Definition at line 128 of file AliReducedReconstructedTrack.h.
|
inline |
Set number of findable clusters in the TPC
nfindable | Number of findable clusters |
Definition at line 138 of file AliReducedReconstructedTrack.h.
|
inline |
Set Number of shared clusters in the TPC
nshared | Number of shared clusters |
Definition at line 133 of file AliReducedReconstructedTrack.h.
|
inline |
Mark track as selected by a given track cuts using the index
index | Index of the track cuts |
Definition at line 102 of file AliReducedReconstructedTrack.h.
|
inline |
Check whether track was selected by a certain track cut combination during filtering
index | Index of the track cuts in the map |
Definition at line 61 of file AliReducedReconstructedTrack.h.
|
protected |
Index of cluster matched to the track.
Definition at line 144 of file AliReducedReconstructedTrack.h.
Referenced by GetClusterIndex(), and SetMatchedClusterIndex().
|
protected |
Number of TPC clusters.
Definition at line 147 of file AliReducedReconstructedTrack.h.
Referenced by GetNumberOfTPCClusters(), and SetTPCClusters().
|
protected |
Number of TPC crossed rows.
Definition at line 148 of file AliReducedReconstructedTrack.h.
Referenced by GetNumberOfTPCCrossedRows(), and SetTPCCrossedRows().
|
protected |
Number of findable clusters in the TPC.
Definition at line 150 of file AliReducedReconstructedTrack.h.
Referenced by GetNumberOfTPCFindableClusters(), and SetTPCFindableClusters().
|
protected |
Mark track as good (according to the track label)
Definition at line 146 of file AliReducedReconstructedTrack.h.
Referenced by IsGoodTrack(), and SetGoodTrackLabel().
|
protected |
Index of true particle matched to this track.
Definition at line 145 of file AliReducedReconstructedTrack.h.
Referenced by GetMatchedParticleIndex(), and SetMatchedParticleIndex().
|
protected |
Momentum vector of the particle.
Definition at line 142 of file AliReducedReconstructedTrack.h.
Referenced by AliReducedReconstructedTrack(), and SetMomentumVector().
|
protected |
Number of shared clusters in the TPC.
Definition at line 149 of file AliReducedReconstructedTrack.h.
Referenced by GetNumberOfTPCSharedClusters(), and SetTPCSharedClusters().
|
protected |
Map of Track cuts.
Definition at line 143 of file AliReducedReconstructedTrack.h.
Referenced by SetTrackCuts(), and TestTrackCuts().