CMS 3D CMS Logo

AlignmentPositionError.cc
Go to the documentation of this file.
2 
3 AlignmentPositionError::AlignmentPositionError( float xx, float yy, float zz, float phixphix, float phiyphiy, float phizphiz){
4  theGlobalError = GlobalErrorExtended(xx,0.,0.,0.,0.,0.,yy,0.,0.,0.,0.,zz,0.,0.,0.,phixphix,0.,0.,phiyphiy,0.,phizphiz);
5 }
6 
7 
9  theGlobalError = GlobalErrorExtended(ge.cxx(),ge.cyx(),ge.czx(),0.,0.,0.,ge.cyy(),ge.czy(),0.,0.,0.,ge.czz(),0.,0.,0.,0.,0.,0.,0.,0.,0.);
10 }
GlobalErrorBaseExtended< double, ErrorMatrixTag > GlobalErrorExtended
Definition: GlobalError.h:14
GlobalErrorExtended theGlobalError