StRoot
1
|
#include <AliHLTTPCCAHit.h>
Public Member Functions | |
float | Y () const |
float | Z () const |
void | SetY (float v) |
void | SetZ (float v) |
void | SetCoordinates (float y, float z) |
Protected Attributes | |
float | fY |
float | fZ |
The AliHLTTPCCAHit class is the internal representation of the TPC clusters for the AliHLTTPCCATracker algorithm.
Definition at line 22 of file AliHLTTPCCAHit.h.