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:
12 
14  typedef typename Base::Scalar Scalar;
15  typedef typename Base::Vector Vector;
16 
17  CylindricalLorentzForce( const RKLocalFieldProvider& field) : theField(field) {}
18 
19  Vector operator()( Scalar r, const Vector& state) const override;
20 
21 private:
22 
24 
25 };
26 
27 #include "TrackPropagation/RungeKutta/src/CylindricalLorentzForce.icc"
28 
29 #endif
virtual Vector operator()(Scalar startPar, const Vector &startState) const =0
const RKLocalFieldProvider & theField
Base class for derivative calculation.
Definition: RKDerivative.h:13
#define dso_internal
CylindricalLorentzForce(const RKLocalFieldProvider &field)
RKSmallVector< T, N > Vector
Definition: RKDerivative.h:17