|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4HelixHeum implements a simple Heum stepper for magnetic field with 3rd order solver. More...
#include <G4HelixHeum.hh>
Additional Inherited Members | |
| Protected Member Functions inherited from G4MagHelicalStepper | |
| void | LinearStep (const G4double yIn[], G4double h, G4double yHelix[]) const |
| void | AdvanceHelix (const G4double yIn[], const G4ThreeVector &Bfld, G4double h, G4double yHelix[], G4double yHelix2[]=nullptr) |
| void | MagFieldEvaluate (const G4double y[], G4ThreeVector &Bfield) |
| G4double | GetInverseCurve (const G4double Momentum, const G4double Bmag) |
| void | SetAngCurve (const G4double Ang) |
| G4double | GetAngCurve () const |
| void | SetCurve (const G4double Curve) |
| G4double | GetCurve () const |
| void | SetRadHelix (const G4double Rad) |
| G4double | GetRadHelix () const |
| Protected Member Functions inherited from G4MagIntegratorStepper | |
| void | SetIntegrationOrder (G4int order) |
| void | SetFSAL (G4bool flag=true) |
G4HelixHeum implements a simple Heum stepper for magnetic field with 3rd order solver.
Definition at line 48 of file G4HelixHeum.hh.
| G4HelixHeum::G4HelixHeum | ( | G4Mag_EqRhs * | EqRhs | ) |
Constructor for G4HelixHeum.
| [in] | EqRhs | Pointer to the provided equation of motion. |
Definition at line 41 of file G4HelixHeum.cc.
|
overridedefault |
Default Destructor.
|
overridevirtual |
The stepper function for the integration.
| [in] | y | Starting values array of integration variables. |
| [in] | Bfld | The field vector. |
| [in] | h | The given step size. |
| [out] | yout | Integration output. |
Implements G4MagHelicalStepper.
Definition at line 47 of file G4HelixHeum.cc.
|
inlineoverridevirtual |
Returns the order, 2, of integration.
Implements G4MagIntegratorStepper.
Definition at line 78 of file G4HelixHeum.hh.
|
inlineoverridevirtual |
Returns the stepper type-ID, "kHelixHeum".
Reimplemented from G4MagIntegratorStepper.
Definition at line 83 of file G4HelixHeum.hh.