CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JacobianLocalToCartesian.h
Go to the documentation of this file.
1 #ifndef JacobianLocalToCartesian_H
2 #define JacobianLocalToCartesian_H
3 
5 
6 
7 class Surface;
9 
17 
18  public:
19 
24  JacobianLocalToCartesian(const Surface& surface, const LocalTrajectoryParameters& localParameters);
25 
29  const AlgebraicMatrix65& jacobian() const { return theJacobian;}
30 
31  private:
32 
34 
35 };
36 
37 #endif //JacobianLocalToCartesian_H
const AlgebraicMatrix65 & jacobian() const
ROOT::Math::SMatrix< double, 6, 5, ROOT::Math::MatRepStd< double, 6, 5 > > AlgebraicMatrix65
JacobianLocalToCartesian(const Surface &surface, const LocalTrajectoryParameters &localParameters)