Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
Definition of the G4FieldParameters class. More...
Go to the source code of this file.
Classes | |
class | G4FieldParameters |
The magnetic field parameters. More... | |
Enumerations | |
enum | G4FieldType { kMagnetic , kElectroMagnetic , kGravity } |
The available fields in Geant4. More... | |
enum | G4EquationType { kEqMagnetic , kEqMagneticWithSpin , kEqElectroMagnetic , kEqEMfieldWithSpin , kEqEMfieldWithEDM , kUserEquation } |
enum | G4StepperType { kCashKarpRKF45 , kClassicalRK4 , kBogackiShampine23 , kBogackiShampine45 , kDormandPrince745 , kDormandPrinceRK56 , kDormandPrinceRK78 , kExplicitEuler , kImplicitEuler , kSimpleHeum , kSimpleRunge , kTsitourasRK45 , kConstRK4 , kExactHelixStepper , kHelixExplicitEuler , kHelixHeum , kHelixImplicitEuler , kHelixMixedStepper , kHelixSimpleRunge , kNystromRK4 , kRKG3Stepper , kUserStepper , kRK547FEq1 , kRK547FEq2 , kRK547FEq3 } |
Definition of the G4FieldParameters class.
This code was initially developed in Geant4 VMC package (https://github.com/vmc-project) and adapted to Geant4.
Definition in file G4FieldParameters.hh.
enum G4EquationType |
The available equations of motion of a particle in a field in Geant4
Enumerator | |
---|---|
kEqMagnetic | G4Mag_UsualEqRhs: the standard right-hand side for equation of motion. |
kEqMagneticWithSpin | G4Mag_SpinEqRhs: the equation of motion for a particle with spin in a pure magnetic field |
kEqElectroMagnetic | G4EqMagElectricField: Equation of motion in a combined electric and magnetic field |
kEqEMfieldWithSpin | G4EqEMFieldWithSpin: Equation of motion for a particle with spin in a combined electric and magnetic field |
kEqEMfieldWithEDM | G4EqEMFieldWithEDM: Equation of motion in a combined electric and magnetic field, with spin tracking for both MDM and EDM terms |
kUserEquation | User defined equation of motion. |
Definition at line 58 of file G4FieldParameters.hh.
enum G4FieldType |
The available fields in Geant4.
Enumerator | |
---|---|
kMagnetic | magnetic field |
kElectroMagnetic | electromagnetic field |
kGravity | gravity field |
Definition at line 49 of file G4FieldParameters.hh.
enum G4StepperType |
The available integrator of particle's equation of motion in Geant4
Definition at line 78 of file G4FieldParameters.hh.