Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TrackPropagation
RungeKutta
interface
RKSolverTempl.h
Go to the documentation of this file.
1
#ifndef RKSolverTempl_H
2
#define RKSolverTempl_H
3
4
#include "
TrackPropagation/RungeKutta/interface/RKSmallVector.h
"
5
#include "
TrackPropagation/RungeKutta/interface/RKDerivative.h
"
6
#include "
TrackPropagation/RungeKutta/interface/RKDistance.h
"
7
9
10
template
<
typename
T,
11
template
class
Deriv<typename, int>,
12
template
class
Dist<typename, int>,
13
template
class
StepWithPrec<typename, class, class, int>,
14
int
N
>
15
class
RKSolverTempl
{
16
public
:
17
18
typedef
T
Scalar
;
19
typedef
RKSmallVector<T,N>
Vector
;
20
21
28
virtual
Vector
operator()
(
Scalar
startPar,
const
Vector
& startState,
29
Scalar
step
,
const
Deriv<T,N>& deriv,
30
const
Dist<T,N>& dist,
31
Scalar
eps) = 0;
32
33
34
};
35
36
#endif
RKSolverTempl::operator()
virtual Vector operator()(Scalar startPar, const Vector &startState, Scalar step, const Deriv< T, N > &deriv, const Dist< T, N > &dist, Scalar eps)=0
RKDerivative.h
RKSmallVector.h
RKDistance.h
RKSolverTempl::Scalar
T Scalar
Definition:
RKSolverTempl.h:18
RKSolverTempl
ABC for Runge-Kutta solvers.
Definition:
RKSolverTempl.h:15
MultiGaussianStateTransform::N
Definition:
MultiGaussianStateTransform.h:19
ExpressReco_HICollisions_FallBack.step
tuple step
Definition:
ExpressReco_HICollisions_FallBack.py:1252
RKSmallVector
Definition:
RKSmallVector.h:9
RKSolverTempl::Vector
RKSmallVector< T, N > Vector
Definition:
RKSolverTempl.h:19
Generated for CMSSW Reference Manual by
1.8.5