CMS 3D CMS Logo

CylindricalLorentzForce.h
Go to the documentation of this file.
1 #ifndef CylindricalLorentzForce_H
2 #define CylindricalLorentzForce_H
3 
5 #include "RKDerivative.h"
6 
8 
9 template <typename T, int N>
11 public:
13  typedef typename Base::Scalar Scalar;
14  typedef typename Base::Vector Vector;
15 
16  CylindricalLorentzForce(const RKLocalFieldProvider& field) : theField(field) {}
17 
18  Vector operator()(Scalar r, const Vector& state) const override;
19 
20 private:
22 };
23 
24 #include "TrackPropagation/RungeKutta/src/CylindricalLorentzForce.icc"
25 
26 #endif
const RKLocalFieldProvider & theField
double Scalar
Definition: Definitions.h:25
ROOT::Math::Plane3D::Vector Vector
Definition: EcalHitMaker.cc:29
RKSmallVector< T, N > Vector
Definition: RKDerivative.h:13
#define dso_internal
Definition: Visibility.h:13
Base class for derivative calculation.
Definition: RKDerivative.h:10
virtual Vector operator()(Scalar startPar, const Vector &startState) const =0
CylindricalLorentzForce(const RKLocalFieldProvider &field)