StRoot
1
|
#include <AliHLTTPCCAGBHit.h>
Static Public Member Functions | |
static bool | Compare (const AliHLTTPCCAGBHit &a, const AliHLTTPCCAGBHit &b) |
Hits reordering in accordance with the geometry and the track-finder needs: Hits are sorted by sector number at first, than by row number and at last by z-coordinate. | |
static bool | CompareRowDown (const AliHLTTPCCAGBHit &a, const AliHLTTPCCAGBHit &b) |
Hits reordering in accordance with the geometry and the track-finder needs: Hits are sorted by sector number at first, than by row number and at last by z-coordinate. More... | |
static bool | ComparePRowDown (const AliHLTTPCCAGBHit *a, const AliHLTTPCCAGBHit *b) |
Protected Attributes | |
float | fX |
float | fY |
float | fZ |
float | fErrX |
float | fErrY |
float | fErrZ |
float | fAmp |
int | fISlice |
int | fIRow |
int | fID |
bool | fIsUsed |
Friends | |
ostream & | operator<< (ostream &out, const AliHLTTPCCAGBHit &a) |
istream & | operator>> (istream &in, AliHLTTPCCAGBHit &a) |
The AliHLTTPCCAGBHit class is the internal representation of the TPC clusters for the AliHLTTPCCAGBTracker algorithm.
Definition at line 27 of file AliHLTTPCCAGBHit.h.
|
inlinestatic |
Hits are sorted by row number
Definition at line 70 of file AliHLTTPCCAGBHit.h.
|
inlinestatic |
Hits reordering in accordance with the geometry and the track-finder needs: Hits are sorted by sector number at first, than by row number and at last by z-coordinate.
Hits are sorted by row number
Definition at line 65 of file AliHLTTPCCAGBHit.h.