CMS 3D CMS Logo

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