35#ifndef G4MAGERRORSTEPPER_HH
36#define G4MAGERRORSTEPPER_HH
48 G4int numberOfVariables,
49 G4int numStateVariables = 12);
80 G4double *yInitial, *yMiddle, *dydxMid, *yOneStep;
86#include "G4MagErrorStepper.icc"
virtual void DumbStepper(const G4double y[], const G4double dydx[], G4double h, G4double yout[])=0
virtual ~G4MagErrorStepper()
G4double DistChord() const
G4MagErrorStepper(G4EquationOfMotion *EqRhs, G4int numberOfVariables, G4int numStateVariables=12)
G4MagErrorStepper(const G4MagErrorStepper &)=delete
G4MagErrorStepper & operator=(const G4MagErrorStepper &)=delete
void Stepper(const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])