CMS 3D CMS Logo

RKDerivative.h
Go to the documentation of this file.
1 #ifndef RKDerivative_H
2 #define RKDerivative_H
3 
5 #include "RKSmallVector.h"
6 
8 
9 
11 
12 template <typename T, int N>
14 public:
15 
16  typedef T Scalar;
18 
19  virtual ~RKDerivative() {}
20 
21  virtual Vector operator()( Scalar startPar, const Vector& startState) const = 0;
22 
23 };
24 
25 #endif
ROOT::Math::SVector< T, N > RKSmallVector
Definition: RKSmallVector.h:13
virtual ~RKDerivative()
Definition: RKDerivative.h:19
Base class for derivative calculation.
Definition: RKDerivative.h:13
#define dso_internal
RKSmallVector< T, N > Vector
Definition: RKDerivative.h:17
long double T