CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ConvertError.h
Go to the documentation of this file.
1 #ifndef RecoVertex_ConvertError_h
2 #define RecoVertex_ConvertError_h
6 
7 namespace RecoVertex{
9  {
11  error(0,0) = ge.cxx();
12  error(0,1) = ge.cyx();
13  error(0,2) = ge.czx();
14  error(1,1) = ge.cyy();
15  error(1,2) = ge.czy();
16  error(2,2) = ge.czz();
17  return error;
18  }
19 
21  { return GlobalError(error(0,0), error(0,1), error(1,1), error(0,2), error(1,2), error(2,2)); }
22 }
23 
24 #endif
reco::Vertex::Error convertError(const GlobalError &ge)
Definition: ConvertError.h:8
math::Error< dimension >::type Error
covariance error matrix (3x3)
Definition: Vertex.h:44
GlobalErrorBase< double, ErrorMatrixTag > GlobalError
Definition: GlobalError.h:11