FairRoot/PandaRoot
|
#include <PndTrackID.h>
Public Member Functions | |
PndTrackID () | |
PndTrackID (const Int_t id, const TArrayI track, const TArrayI mult) | |
~PndTrackID () | |
Int_t | GetTrackID () const |
Short_t | GetNCorrTrackId (void) const |
Int_t | GetCorrTrackID (Int_t i=0) const |
Int_t | GetMultTrackID (Int_t i=0) const |
void | SetTrackID (Int_t id) |
void | SetCorrTrackID (const TArrayI track, const TArrayI mult) |
void | Reset () |
void | Print () |
Private Attributes | |
Int_t | fTrackID |
TArrayI | fCorrTrackIds |
TArrayI | fMultTrackIds |
Definition at line 24 of file PndTrackID.h.
PndTrackID::PndTrackID | ( | ) |
Definition at line 28 of file PndTrackID.cxx.
PndTrackID::PndTrackID | ( | const Int_t | id, |
const TArrayI | track, | ||
const TArrayI | mult | ||
) |
Definition at line 34 of file PndTrackID.cxx.
PndTrackID::~PndTrackID | ( | ) |
Definition at line 40 of file PndTrackID.cxx.
|
inline |
Definition at line 35 of file PndTrackID.h.
References fCorrTrackIds, and i.
Referenced by PndSttMvdGemTracking::GetPdgFromMC().
|
inline |
|
inline |
Definition at line 34 of file PndTrackID.h.
References fCorrTrackIds.
Referenced by PndSttMvdGemTracking::GetPdgFromMC(), and Print().
|
inline |
void PndTrackID::Print | ( | ) |
Definition at line 49 of file PndTrackID.cxx.
References fCorrTrackIds, fMultTrackIds, fTrackID, and GetNCorrTrackId().
void PndTrackID::Reset | ( | ) |
|
inline |
Definition at line 42 of file PndTrackID.h.
References fCorrTrackIds, fMultTrackIds, mult, and track.
|
inline |
|
private |
Definition at line 52 of file PndTrackID.h.
Referenced by GetCorrTrackID(), GetNCorrTrackId(), Print(), Reset(), and SetCorrTrackID().
|
private |
Definition at line 53 of file PndTrackID.h.
Referenced by GetMultTrackID(), Print(), Reset(), and SetCorrTrackID().
|
private |
Definition at line 51 of file PndTrackID.h.
Referenced by GetTrackID(), Print(), and SetTrackID().