21 #ifndef ALIHLTTPCCAHITID_H
22 #define ALIHLTTPCCAHITID_H
27 inline void Set(
unsigned short row,
unsigned short hit ) { fRow = row; fHit = hit; }
28 inline short RowIndex()
const {
return fRow; }
29 inline unsigned short HitIndex()
const {
return fHit; }
32 const int rowStep = AliHLTTPCCAParameters::RowStep;
33 assert( rowStep <= 2 );
35 return ( fRow & 1 ) < ( rhs.fRow & 1 )
36 || ( ( fRow & 1 ) == ( rhs.fRow & 1 ) && fRow < rhs.fRow );
39 return ( fRow < rhs.fRow );
49 #endif // ALIHLTTPCCAHITID_H