61 "G4FieldParameters::FieldTypeName:",
"GeomFieldParameters0001",
75 return G4String(
"EqMagneticWithSpin");
77 return G4String(
"EqElectroMagnetic");
79 return G4String(
"EqEMfieldWithSpin");
87 "G4FieldParameters::EquationTypeName:",
"GeomFieldParameters0001",
99 return G4String(
"BogackiShampine23");
101 return G4String(
"BogackiShampine45");
107 return G4String(
"DormandPrince745");
109 return G4String(
"DormandPrinceRK56");
111 return G4String(
"DormandPrinceRK78");
123 return G4String(
"ExactHelixStepper");
125 return G4String(
"HelixExplicitEuler");
129 return G4String(
"HelixImplicitEuler");
131 return G4String(
"HelixMixedStepper");
133 return G4String(
"HelixSimpleRunge");
141 return G4String(
"UserDefinedStepper");
151 "G4FieldParameters::StepperTypeName:",
"GeomFieldParameters0001",
166 "G4FieldParameters::GetFieldType:",
"GeomFieldParameters0001",
184 "G4FieldParameters::GetEquationType:",
"GeomFieldParameters0001",
220 "G4FieldParameters::GetStepperType:",
"GeomFieldParameters0001",
231 : fVolumeName(volumeName)
256 if (fVolumeName.size()) {
262 <<
" minStep = " << fMinimumStep <<
" mm" <<
G4endl
263 <<
" constDistance = " << fConstDistance <<
" mm" <<
G4endl
264 <<
" deltaChord = " << fDeltaChord <<
" mm" <<
G4endl
265 <<
" deltaOneStep = " << fDeltaOneStep <<
" mm" <<
G4endl
266 <<
" deltaIntersection = " << fDeltaIntersection <<
" mm" <<
G4endl
267 <<
" epsMin = " << fMinimumEpsilonStep <<
G4endl
268 <<
" epsMax= " << fMaximumEpsilonStep <<
G4endl;
276 fUserEquation = equation;
285 fUserStepper = stepper;
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
Definition of the G4FieldParameters class.
@ kUserEquation
User defined equation of motion.
G4FieldType
The available fields in Geant4.
@ kElectroMagnetic
electromagnetic field
@ kMagnetic
magnetic field
@ kRKG3Stepper
G4RKG3_Stepper.
@ kHelixSimpleRunge
G4HelixSimpleRunge.
@ kNystromRK4
G4NystromRK4.
@ kDormandPrince745
G4DormandPrince745.
@ kCashKarpRKF45
G4CashKarpRKF45.
@ kDormandPrinceRK78
G4DormandPrinceRK78.
@ kSimpleRunge
G4SimpleRunge.
@ kHelixImplicitEuler
G4HelixImplicitEuler.
@ kUserStepper
User defined stepper.
@ kSimpleHeum
G4SimpleHeum.
@ kHelixExplicitEuler
G4HelixExplicitEuler.
@ kDormandPrinceRK56
G4DormandPrinceRK56.
@ kTsitourasRK45
G4TsitourasRK45.
@ kImplicitEuler
G4ImplicitEuler.
@ kExactHelixStepper
G4ExactHelixStepper.
@ kHelixMixedStepper
G4HelixMixedStepper.
@ kBogackiShampine45
G4BogackiShampine45.
@ kExplicitEuler
G4ExplicitEuler.
@ kBogackiShampine23
G4BogackiShampine23.
@ kClassicalRK4
G4ClassicalRK4.
G4GLOB_DLL std::ostream G4cout
Messenger class that defines commands for TG4DetConstruction.
void SetUserStepper(G4MagIntegratorStepper *stepper)
Set user defined integrator of particle's equation of motion.
void SetUserEquationOfMotion(G4EquationOfMotion *equation)
Set user defined equation of motion.
static G4String EquationTypeName(G4EquationType equation)
Return the equation type as a string.
void PrintParameters() const
Prints all customizable accuracy parameters.
G4FieldParameters(const G4String &volumeName="")
Standard and default constructor.
G4FieldType GetFieldType() const
Get type of field.
static G4String StepperTypeName(G4StepperType stepper)
Return the stepper type as a string.
static G4String FieldTypeName(G4FieldType field)
Return the field type as a string.
G4StepperType GetStepperType() const
Get rype of integrator of particle's equation of motion.
~G4FieldParameters()
Destructor.
G4EquationType GetEquationType() const
Get type of equation of motion of a particle in a field.