StRoot
1
|
Public Member Functions | |
int | NHits () const |
int | FirstHitRef () const |
const AliHLTTPCCATrackParam & | Param () const |
const AliHLTTPCCATrackParam & | InnerParam () const |
const AliHLTTPCCATrackParam & | OuterParam () const |
float | Alpha () const |
int | NDeDx () const |
float | DeDx () const |
void | SetNHits (int v) |
void | SetFirstHitRef (int v) |
void | SetInnerParam (const AliHLTTPCCATrackParam &v) |
void | SetOuterParam (const AliHLTTPCCATrackParam &v) |
void | SetAlpha (float v) |
void | SetNDeDx (int n) |
void | SetDeDx (float v) |
Static Public Member Functions | |
static bool | ComparePNClusters (const AliHLTTPCCAGBTrack *a, const AliHLTTPCCAGBTrack *b) |
Protected Attributes | |
int | fFirstHitRef |
int | fNHits |
AliHLTTPCCATrackParam | fInnerParam |
AliHLTTPCCATrackParam | fOuterParam |
float | fAlpha |
int | fNDeDx |
float | fDeDx |
Friends | |
std::istream & | operator>> (std::istream &, AliHLTTPCCAGBTrack &) |
std::ostream & | operator<< (std::ostream &, const AliHLTTPCCAGBTrack &) |
Definition at line 31 of file AliHLTTPCCAGBTrack.h.