StRoot
1
|
#include <AliHLTTPCCAMergedTrack.h>
Public Member Functions | |
int | NClusters () const |
int | FirstClusterRef () const |
const AliHLTTPCCATrackParam & | InnerParam () const |
const AliHLTTPCCATrackParam & | OuterParam () const |
float | InnerAlpha () const |
float | OuterAlpha () const |
void | SetNClusters (int v) |
void | SetFirstClusterRef (int v) |
void | SetInnerParam (const AliHLTTPCCATrackParam &v) |
void | SetOuterParam (const AliHLTTPCCATrackParam &v) |
void | SetInnerAlpha (float v) |
void | SetOuterAlpha (float v) |
AliHLTTPCCAMergedTrack class is used to store TPC tracks, which are reconstructed by the TPCCATracker slice tracker.
The class contains:
The class is used to transport the data between AliHLTTPCCATracker{Component} and AliHLTTPCCAGBMerger{Component}
Definition at line 28 of file AliHLTTPCCAMergedTrack.h.