41#ifndef G4NYSTROMRK4_HH
42#define G4NYSTROMRK4_HH
90 std::unique_ptr<G4CachedMagneticField> fCachedField;
93#include "G4NystromRK4.icc"
~G4NystromRK4() override=default
G4double GetDistanceForConstantField() const
G4int IntegratorOrder() const override
void Stepper(const G4double y[], const G4double dydx[], G4double hstep, G4double yOut[], G4double yError[]) override
G4double DistChord() const override
void SetDistanceForConstantField(G4double length)
G4NystromRK4(G4Mag_EqRhs *EquationMotion, G4double distanceConstField=0.0)