CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KinematicParametersError.h
Go to the documentation of this file.
1 #ifndef KinematicParametersError_H
2 #define KinematicParametersError_H
3 
9 
20 
21 public:
23  {vl = false;}
24 
26  theCovMatrix(er)
27  {vl = true;}
28 
34  {return theCovMatrix;}
35 
36 
37  bool isValid() const
38  {return vl;}
39 
40 private:
42  bool vl;
43 };
44 #endif
45 
AlgebraicSymMatrix77 theCovMatrix
ROOT::Math::SMatrix< double, 7, 7, ROOT::Math::MatRepSym< double, 7 > > AlgebraicSymMatrix77
Definition: Matrices.h:8
KinematicParametersError(const AlgebraicSymMatrix77 &er)
AlgebraicSymMatrix77 matrix() const