CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
JacobianCurvilinearToLocal.h
Go to the documentation of this file.
1 #ifndef JacobianCurvilinearToLocal_H
2 #define JacobianCurvilinearToLocal_H
3 
8 
10 
11 class MagneticField;
12 
20 public:
25  JacobianCurvilinearToLocal(const Surface& surface,
26  const LocalTrajectoryParameters& localParameters,
27  const MagneticField& magField);
28 
29  JacobianCurvilinearToLocal(const Surface& surface,
30  const LocalTrajectoryParameters& localParameters,
31  const GlobalTrajectoryParameters& globalParameters,
32  const MagneticField& magField);
33 
37  const AlgebraicMatrix55& jacobian() const { return theJacobian; }
38 
39 private:
40  void compute(Surface::RotationType const& rot, GlobalVector const& tn, GlobalVector const& qh, double lz) dso_internal;
41 
43 };
44 
45 #endif //JacobianCurvilinearToLocal_H
const auto & magField
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepStd< double, 5, 5 > > AlgebraicMatrix55
JacobianCurvilinearToLocal(const Surface &surface, const LocalTrajectoryParameters &localParameters, const MagneticField &magField)
#define dso_internal
Definition: Visibility.h:13
const AlgebraicMatrix55 & jacobian() const
void compute(Surface::RotationType const &rot, GlobalVector const &tn, GlobalVector const &qh, double lz)