35#ifndef G4BORIS_SCHEME_HH
36#define G4BORIS_SCHEME_HH
138 static constexpr G4double c_l = CLHEP::c_light/CLHEP::m*CLHEP::second;
141#include "G4BorisScheme.icc"
G4int GetNumberOfVariables() const
void DoStep(G4double restMass, G4double charge, const G4double yIn[], G4double yOut[], G4double hstep) const
G4EquationOfMotion * GetEquationOfMotion() const
void StepWithErrorEstimate(const G4double yIn[], G4double restMass, G4double charge, G4double hstep, G4double yOut[], G4double yErr[]) const
void StepWithMidAndErrorEstimate(const G4double yIn[], G4double restMass, G4double charge, G4double hstep, G4double yMid[], G4double yOut[], G4double yErr[]) const
G4EquationOfMotion is the abstract base class for the right hand size of the equation of motion of a ...