CMS 3D CMS Logo

RK4PreciseStep.h
Go to the documentation of this file.
1 #ifndef RK4PreciseStep_H
2 #define RK4PreciseStep_H
3 
5 #include "CartesianState.h"
6 #include <utility>
7 
9 
11 public:
12 
14  operator()( const CartesianState& start, const RKCartesianDerivative& deriv,
15  double step, double eps) const;
16 
17  double distance( const CartesianState& a, const CartesianState& b) const;
18 
19  std::pair<CartesianState, double>
20  stepWithAccuracy( const CartesianState& start, const RKCartesianDerivative& deriv, double step) const;
21 
22 private:
23 
24  bool verbose() const;
25 
26 };
27 
28 #endif
Definition: start.py:1
bool verbose
double b
Definition: hdecay.h:120
#define dso_internal
double a
Definition: hdecay.h:121
step