Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4RKG3_Stepper.hh>
Additional Inherited Members | |
Protected Member Functions inherited from G4MagIntegratorStepper | |
void | SetIntegrationOrder (G4int order) |
void | SetFSAL (G4bool flag=true) |
Definition at line 43 of file G4RKG3_Stepper.hh.
G4RKG3_Stepper::G4RKG3_Stepper | ( | G4Mag_EqRhs * | EqRhs | ) |
Definition at line 35 of file G4RKG3_Stepper.cc.
G4RKG3_Stepper::~G4RKG3_Stepper | ( | ) |
Definition at line 40 of file G4RKG3_Stepper.cc.
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 196 of file G4RKG3_Stepper.cc.
|
inlinevirtual |
void G4RKG3_Stepper::StepNoErr | ( | const G4double | tIn[8], |
const G4double | dydx[6], | ||
G4double | Step, | ||
G4double | tOut[8], | ||
G4double | B[3] | ||
) |
Definition at line 130 of file G4RKG3_Stepper.cc.
Referenced by Stepper().
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 44 of file G4RKG3_Stepper.cc.
void G4RKG3_Stepper::StepWithEst | ( | const G4double | tIn[8], |
const G4double | dydx[6], | ||
G4double | Step, | ||
G4double | tOut[8], | ||
G4double & | alpha2, | ||
G4double & | beta2, | ||
const G4double | B1[3], | ||
G4double | B2[3] | ||
) |
Definition at line 109 of file G4RKG3_Stepper.cc.