10 #ifndef ALIHLTTPCCAHIT_H
11 #define ALIHLTTPCCAHIT_H
13 #include "AliHLTTPCCADef.h"
26 float Y()
const {
return fY; }
27 float Z()
const {
return fZ; }
29 void SetY(
float v ) { fY = v; }
30 void SetZ(
float v ) { fZ = v; }
32 void SetCoordinates(
float y,
float z ) { fY = y; fZ = z; }