|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4TMagErrorStepper is a templated version of G4MagErrorStepper. More...
#include <G4TMagErrorStepper.hh>
Additional Inherited Members | |
| Protected Member Functions inherited from G4MagIntegratorStepper | |
| void | SetIntegrationOrder (G4int order) |
| void | SetFSAL (G4bool flag=true) |
G4TMagErrorStepper is a templated version of G4MagErrorStepper.
Definition at line 49 of file G4TMagErrorStepper.hh.
|
inline |
Definition at line 53 of file G4TMagErrorStepper.hh.
Referenced by G4TMagErrorStepper(), and operator=().
|
virtualdefault |
|
delete |
|
inlinefinaloverridevirtual |
Estimates the maximum distance of a chord from the true path over the segment last integrated.
Implements G4MagIntegratorStepper.
Definition at line 154 of file G4TMagErrorStepper.hh.
|
delete |
|
inline |
Definition at line 63 of file G4TMagErrorStepper.hh.
Referenced by Stepper().
|
inlinefinaloverridevirtual |
The stepper for the Runge Kutta integration. The stepsize is fixed, with the step size given by 'h'. Integrates ODE starting values y[0 to 6]. Outputs yout[] and its estimated error yerr[].
| [in] | y | Starting values array of integration variables. |
| [in] | dydx | Derivatives array. |
| [in] | h | The given step size. |
| [out] | yout | Integration output. |
| [out] | yerr | The estimated error. |
Implements G4MagIntegratorStepper.
Definition at line 95 of file G4TMagErrorStepper.hh.
|
inlineoverridevirtual |
Returns the stepper type ID ('kUserStepper'). This function should be overriden in derived classes.
Reimplemented from G4MagIntegratorStepper.
Definition at line 72 of file G4TMagErrorStepper.hh.
Referenced by StepperType().