StRoot
1
|
#include <AliHLTTPCCAOutTrack.h>
Public Member Functions | |
int | NHits () const |
int | FirstHitRef () const |
const AliHLTTPCCATrackParam & | StartPoint () const |
const AliHLTTPCCATrackParam & | EndPoint () const |
int | OrigTrackID () const |
void | SetNHits (int v) |
void | SetFirstHitRef (int v) |
void | SetStartPoint (const AliHLTTPCCATrackParam &v) |
void | SetEndPoint (const AliHLTTPCCATrackParam &v) |
void | SetOrigTrackID (int v) |
Protected Attributes | |
int | fFirstHitRef |
int | fNHits |
AliHLTTPCCATrackParam | fStartPoint |
AliHLTTPCCATrackParam | fEndPoint |
int | fOrigTrackID |
Friends | |
std::istream & | operator>> (std::istream &, AliHLTTPCCAOutTrack &) |
std::ostream & | operator<< (std::ostream &, const AliHLTTPCCAOutTrack &) |
AliHLTTPCCAOutTrack class is used to store the final reconstructed tracks which will be then readed by the AliHLTTPCCATrackerComponent
The class contains no temporary variables, etc.
Definition at line 33 of file AliHLTTPCCAOutTrack.h.