Main Page
Namespaces
Classes
Package Documentation
TrackPropagation
RungeKutta
src
RKCartesianDerivative.h
Go to the documentation of this file.
1
#ifndef RKCartesianDerivative_H
2
#define RKCartesianDerivative_H
3
4
#include "
CartesianState.h
"
5
6
class
dso_internal
RKCartesianDerivative
{
7
public
:
8
9
virtual
~RKCartesianDerivative
() {}
10
11
virtual
CartesianState
operator()(
double
step
,
const
CartesianState
&
start
)
const
= 0;
12
13
};
14
15
#endif
start
Definition:
start.py:1
RKCartesianDerivative::~RKCartesianDerivative
virtual ~RKCartesianDerivative()
Definition:
RKCartesianDerivative.h:9
dso_internal
#define dso_internal
CartesianState
Definition:
CartesianState.h:8
step
step
Definition:
StallMonitor.cc:105
RKCartesianDerivative
Definition:
RKCartesianDerivative.h:6
CartesianState.h
Generated for CMSSW Reference Manual by
1.8.11