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 class Surface;
8 
16 
17  public:
18 
23  JacobianLocalToCartesian(const Surface& surface, const LocalTrajectoryParameters& localParameters);
24 
28  const AlgebraicMatrix65& jacobian() const;
29  const AlgebraicMatrix jacobian_old() const;
30 
31 
32  private:
33 
35 
36 };
37 
38 #endif //JacobianLocalToCartesian_H
const AlgebraicMatrix65 & jacobian() const
CLHEP::HepMatrix AlgebraicMatrix
ROOT::Math::SMatrix< double, 6, 5, ROOT::Math::MatRepStd< double, 6, 5 > > AlgebraicMatrix65
const AlgebraicMatrix jacobian_old() const
JacobianLocalToCartesian(const Surface &surface, const LocalTrajectoryParameters &localParameters)