44 float Z()
const {
return fZ; }
60 float R()
const {
return fR; }
67 float XW()
const {
return fXW; }
68 float YW()
const {
return fYW; }
69 float ZW()
const {
return fZW; }
71 float C(
int i1,
int i2)
const {
return fC[i1][i2]; }
105 void SetC(
float v,
int i1,
int i2 ) {
fC[i1][i2] =
v; }
106 void SetC(
const TMatrixT<Double_t>
c ) {
107 for(
int i=0;
i<3;
i++ )
108 for(
int j=0; j<3; j++)
fC[
i][j] = c[
i][j];
177 return ( a.
fZ < b.
fZ );
float C(int i1, int i2) const
friend std::istream & operator>>(std::istream &in, PndCAGBHit &a)
static bool ComparePRowDown(const PndCAGBHit *a, const PndCAGBHit *b)
static bool Compare(const PndCAGBHit &a, const PndCAGBHit &b)
Hits reordering in accordance with the geometry and the track-finder needs: Hits are sorted by sector...
void SetC(float v, int i1, int i2)
void GetLocalX0X1X2(float &x0, float &x1, float &x2) const
friend std::ostream & operator<<(std::ostream &out, const PndCAGBHit &a)
static bool CompareRowDown(const PndCAGBHit &a, const PndCAGBHit &b)
Hits reordering in accordance with the geometry and the track-finder needs: Hits are sorted by sector...
void SetTubeHalfLength(float v)
void SetC(const TMatrixT< Double_t > c)