17 for(
int i=0;
i<6;
i++)
23 for (
int i=0;
i<21;
i++)
30 for (
int i=0;
i<21;
i++)
36 void GetXYZ(
float *position)
const {position[0] =
fP[0]; position[1] =
fP[1]; position[2] =
fP[2];}
37 void GetPxPyPz(
float *position)
const {position[0] =
fP[3]; position[1] =
fP[4]; position[2] =
fP[5];}
39 void XvYvZv(
float *position)
const {position[0] =
fP[0]; position[1] =
fP[1]; position[2] =
fP[2];}
40 void PxPyPz(
float *position)
const {position[0] =
fP[3]; position[1] =
fP[4]; position[2] =
fP[5];}
41 void XvYvZv(
double *position)
const {position[0] =
fP[0]; position[1] =
fP[1]; position[2] =
fP[2];}
42 void PxPyPz(
double *position)
const {position[0] =
fP[3]; position[1] =
fP[4]; position[2] =
fP[5];}
56 for (
int i=0;
i<21;
i++)
72 for(
int i=0;
i<6;
i++)
102 for (
int i=0;
i<21;
i++)
float GetParameter(int i) const
void SetCovarianceMatrix(const float *C)
void SetXYZ(float x, float y, float z)
void GetXYZ(float *position) const
friend F32vec4 sqrt(const F32vec4 &a)
void PxPyPz(double *position) const
void XvYvZv(double *position) const
bool GetXYZPxPyPz(float *p) const
const float * GetTrack() const
void SetParameters(float *position)
bool GetCovarianceXYZPxPyPz(float cv[21]) const
bool GetCovarianceXYZPxPyPz(double cv[21]) const
void SetPxPyPz(float px, float py, float pz)
void PxPyPz(float *position) const
void GetCovarianceMatrix(float *covmatrix)
void SetParameters(float x, float y, float z, float px, float py, float pz)
const float * GetCovMatrix() const
float GetChi2perNDF() const
float GetCovariance(int i) const
void XvYvZv(float *position) const
void RotateXY(float alpha)
void GetPxPyPz(float *position) const