47 #ifndef Dormand_Prince_745 
   48 #define Dormand_Prince_745 
   56                      G4int numberOfVariables = 6,
 
  126     G4double *ak2, *ak3, *ak4, *ak5, *ak6, *ak7,
 
  131     G4double *fLastInitialVector, *fLastFinalVector,
 
  132              *fInitialDyDx, *fMidVector, *fMidError;
 
G4DormandPrince745(G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true)
 
void Interpolate(G4double tau, G4double yOut[])
 
void SetupInterpolation_low()
 
G4double DistLine(G4double yStart[], G4double yMid[], G4double yEnd[]) const 
 
void SetupInterpolation()
 
void Interpolate_high(G4double yOut[], G4double tau)
 
G4double DistChord3() const 
 
void Stepper(const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])
 
G4int IntegratorOrder() const 
 
G4double DistChord2() const 
 
G4double DistChord() const 
 
void Interpolate_low(G4double yOut[], G4double tau)
 
void SetupInterpolation_high()