CMS 3D CMS Logo

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