26 float svtAngle = 30.5e-3;
41 std::cout<<
"ERROR::TrackerHit SetPosition"<<std::endl;
49 x_ = tmpx*cos(svtAngle) - tmpz*sin(svtAngle);
50 z_ = tmpx*sin(svtAngle) + tmpz*cos(svtAngle);
71 cxx_ = covariance_matrix[0];
72 cxy_ = covariance_matrix[1];
73 cxz_ = covariance_matrix[2];
74 cyy_ = covariance_matrix[3];
75 cyz_ = covariance_matrix[4];
76 czz_ = covariance_matrix[5];
ClassImp(TrackerHit) TrackerHit
Class used to encapsulate tracker hit information.
void setCovarianceMatrix(std::vector< float > cov)
void Clear(Option_t *option="")
void setPosition(const double *position, bool rotate=false, int type=0)
std::vector< double > getCovarianceMatrix() const