Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
The magnetic field parameters. More...
#include <G4FieldParameters.hh>
Public Member Functions | |
G4FieldParameters (const G4String &volumeName="") | |
Standard and default constructor. | |
~G4FieldParameters () | |
Destructor. | |
void | PrintParameters () const |
Prints all customizable accuracy parameters. | |
void | SetFieldType (G4FieldType field) |
Set type of field. | |
void | SetEquationType (G4EquationType equation) |
Set Type of equation of motion of a particle in a field. | |
void | SetStepperType (G4StepperType stepper) |
Type of integrator of particle's equation of motion. | |
void | SetUserEquationOfMotion (G4EquationOfMotion *equation) |
Set user defined equation of motion. | |
void | SetUserStepper (G4MagIntegratorStepper *stepper) |
Set user defined integrator of particle's equation of motion. | |
void | SetMinimumStep (G4double value) |
Set minimum step in G4ChordFinder. | |
void | SetDeltaChord (G4double value) |
Set delta chord in G4ChordFinder. | |
void | SetDeltaOneStep (G4double value) |
Set delta one step in global field manager. | |
void | SetDeltaIntersection (G4double value) |
Set delta intersection in global field manager. | |
void | SetMinimumEpsilonStep (G4double value) |
Set minimum epsilon step in global field manager. | |
void | SetMaximumEpsilonStep (G4double value) |
Set maximum epsilon step in global field manager. | |
void | SetConstDistance (G4double value) |
Set the distance within which the field is considered constant. | |
G4String | GetVolumeName () const |
G4FieldType | GetFieldType () const |
Get type of field. | |
G4EquationType | GetEquationType () const |
Get type of equation of motion of a particle in a field. | |
G4StepperType | GetStepperType () const |
Get rype of integrator of particle's equation of motion. | |
G4EquationOfMotion * | GetUserEquationOfMotion () const |
Get user defined equation of motion. | |
G4MagIntegratorStepper * | GetUserStepper () const |
Get user defined integrator of particle's equation of motion. | |
G4double | GetMinimumStep () const |
Get minimum step in G4ChordFinder. | |
G4double | GetDeltaChord () const |
Get delta chord in G4ChordFinder. | |
G4double | GetDeltaOneStep () const |
Get delta one step in global field manager. | |
G4double | GetDeltaIntersection () const |
Get delta intersection in global field manager. | |
G4double | GetMinimumEpsilonStep () const |
Get minimum epsilon step in global field manager. | |
G4double | GetMaximumEpsilonStep () const |
Get maximum epsilon step in global field manager. | |
G4double | GetConstDistance () const |
Get the distance within which the field is considered constant. | |
Static Public Member Functions | |
static G4String | FieldTypeName (G4FieldType field) |
Return the field type as a string. | |
static G4String | EquationTypeName (G4EquationType equation) |
Return the equation type as a string. | |
static G4String | StepperTypeName (G4StepperType stepper) |
Return the stepper type as a string. | |
static G4FieldType | GetFieldType (const G4String &name) |
Return the field type for given field type name. | |
static G4EquationType | GetEquationType (const G4String &name) |
Return the equation type for given equation type name. | |
static G4StepperType | GetStepperType (const G4String &name) |
Return the stepper type for given stepper type name. | |
The magnetic field parameters.
The class defines the type of equation of motion of a particle in a field and the integration method, as well as other accuracy parameters.
The default values correspond to the defaults set in Geant4 (taken from Geant4 9.3 release.) As Geant4 classes to not provide access methods for these defaults, the defaults have to be checked with each new Geant4 release.
Definition at line 125 of file G4FieldParameters.hh.
G4FieldParameters::G4FieldParameters | ( | const G4String & | volumeName = "" | ) |
Standard and default constructor.
Definition at line 230 of file G4FieldParameters.cc.
G4FieldParameters::~G4FieldParameters | ( | ) |
Destructor.
Definition at line 239 of file G4FieldParameters.cc.
|
static |
Return the equation type as a string.
Definition at line 67 of file G4FieldParameters.cc.
Referenced by G4FieldParametersMessenger::G4FieldParametersMessenger(), GetEquationType(), PrintParameters(), and G4FieldParametersMessenger::SetNewValue().
|
static |
Return the field type as a string.
Definition at line 47 of file G4FieldParameters.cc.
Referenced by G4FieldParametersMessenger::G4FieldParametersMessenger(), GetFieldType(), G4FieldSetup::PrintInfo(), PrintParameters(), and G4FieldParametersMessenger::SetNewValue().
|
inline |
Get the distance within which the field is considered constant.
Definition at line 408 of file G4FieldParameters.hh.
|
inline |
Get delta chord in G4ChordFinder.
Definition at line 378 of file G4FieldParameters.hh.
|
inline |
Get delta intersection in global field manager.
Definition at line 390 of file G4FieldParameters.hh.
|
inline |
Get delta one step in global field manager.
Definition at line 384 of file G4FieldParameters.hh.
|
inline |
Get type of equation of motion of a particle in a field.
Definition at line 348 of file G4FieldParameters.hh.
|
static |
Return the equation type for given equation type name.
Definition at line 172 of file G4FieldParameters.cc.
|
inline |
|
static |
Return the field type for given field type name.
Definition at line 157 of file G4FieldParameters.cc.
|
inline |
Get maximum epsilon step in global field manager.
Definition at line 402 of file G4FieldParameters.hh.
|
inline |
Get minimum epsilon step in global field manager.
Definition at line 396 of file G4FieldParameters.hh.
|
inline |
Get minimum step in G4ChordFinder.
Definition at line 372 of file G4FieldParameters.hh.
|
inline |
Get rype of integrator of particle's equation of motion.
Definition at line 354 of file G4FieldParameters.hh.
|
static |
Return the stepper type for given stepper type name.
Definition at line 190 of file G4FieldParameters.cc.
|
inline |
Get user defined equation of motion.
Definition at line 360 of file G4FieldParameters.hh.
|
inline |
Get user defined integrator of particle's equation of motion.
Definition at line 366 of file G4FieldParameters.hh.
|
inline |
Definition at line 339 of file G4FieldParameters.hh.
Referenced by G4FieldParametersMessenger::G4FieldParametersMessenger(), and G4FieldBuilder::GetFieldParameters().
void G4FieldParameters::PrintParameters | ( | ) | const |
Prints all customizable accuracy parameters.
Definition at line 251 of file G4FieldParameters.cc.
|
inline |
Set the distance within which the field is considered constant.
Definition at line 333 of file G4FieldParameters.hh.
|
inline |
Set delta chord in G4ChordFinder.
Definition at line 303 of file G4FieldParameters.hh.
|
inline |
Set delta intersection in global field manager.
Definition at line 315 of file G4FieldParameters.hh.
|
inline |
Set delta one step in global field manager.
Definition at line 309 of file G4FieldParameters.hh.
|
inline |
Set Type of equation of motion of a particle in a field.
Definition at line 285 of file G4FieldParameters.hh.
|
inline |
Set type of field.
Definition at line 279 of file G4FieldParameters.hh.
|
inline |
Set maximum epsilon step in global field manager.
Definition at line 327 of file G4FieldParameters.hh.
|
inline |
Set minimum epsilon step in global field manager.
Definition at line 321 of file G4FieldParameters.hh.
|
inline |
Set minimum step in G4ChordFinder.
Definition at line 297 of file G4FieldParameters.hh.
|
inline |
Type of integrator of particle's equation of motion.
Definition at line 291 of file G4FieldParameters.hh.
void G4FieldParameters::SetUserEquationOfMotion | ( | G4EquationOfMotion * | equation | ) |
Set user defined equation of motion.
Definition at line 272 of file G4FieldParameters.cc.
Referenced by G4FieldBuilder::SetUserEquationOfMotion().
void G4FieldParameters::SetUserStepper | ( | G4MagIntegratorStepper * | stepper | ) |
Set user defined integrator of particle's equation of motion.
Definition at line 281 of file G4FieldParameters.cc.
Referenced by G4FieldBuilder::SetUserStepper().
|
static |
Return the stepper type as a string.
Definition at line 93 of file G4FieldParameters.cc.
Referenced by G4FieldParametersMessenger::G4FieldParametersMessenger(), GetStepperType(), G4FieldSetup::PrintInfo(), PrintParameters(), and G4FieldParametersMessenger::SetNewValue().