CMS 3D CMS Logo

JacobianCartesianToLocal.h
Go to the documentation of this file.
1 #ifndef JacobianCartesianToLocal_H
2 #define JacobianCartesianToLocal_H
3 
5 
6 class Surface;
8 
16 public:
21  JacobianCartesianToLocal(const Surface& surface, const LocalTrajectoryParameters& localParameters);
22 
26  const AlgebraicMatrix56& jacobian() const { return theJacobian; }
27 
28 private:
30 };
31 
32 #endif //JacobianCartesianToLocal_H
const AlgebraicMatrix56 & jacobian() const
JacobianCartesianToLocal(const Surface &surface, const LocalTrajectoryParameters &localParameters)
ROOT::Math::SMatrix< double, 5, 6, ROOT::Math::MatRepStd< double, 5, 6 > > AlgebraicMatrix56