|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4FieldDefaults defines the magnetic field parameters defaults. The namespace defines the default values of the field paraments as constexpr so that they can be used also as the default values in the magnetic field classes constructors and other member functions. More...
Variables | |
| constexpr G4double | kMinimumStep = 0.01 * CLHEP::mm |
| Default minimum step in G4ChordFinder. | |
| constexpr G4double | kDeltaChord = 0.25 * CLHEP::mm |
| Default delta chord in G4ChordFinder. | |
| constexpr G4double | kDeltaOneStep = 0.01 * CLHEP::mm |
| Default delta one step in global field manager. | |
| constexpr G4double | kDeltaIntersection = 0.001 * CLHEP::mm |
| Delta intersection in global field manager. | |
| constexpr G4double | kMinimumEpsilonStep = 5.0e-5 |
| Default minimum epsilon step in global field manager. | |
| constexpr G4double | kMaximumEpsilonStep = 0.001 |
| Default maximum epsilon step in global field manager. | |
G4FieldDefaults defines the magnetic field parameters defaults. The namespace defines the default values of the field paraments as constexpr so that they can be used also as the default values in the magnetic field classes constructors and other member functions.
|
constexpr |
Default delta chord in G4ChordFinder.
Definition at line 150 of file G4FieldParameters.hh.
Referenced by G4FieldParameters::GetConstDistance(), and G4ChordFinder::OnComputeStep().
|
constexpr |
Delta intersection in global field manager.
Definition at line 154 of file G4FieldParameters.hh.
Referenced by G4FieldParameters::GetConstDistance().
|
constexpr |
Default delta one step in global field manager.
Definition at line 152 of file G4FieldParameters.hh.
Referenced by G4FieldParameters::GetConstDistance().
|
constexpr |
Default maximum epsilon step in global field manager.
Definition at line 158 of file G4FieldParameters.hh.
Referenced by G4FieldParameters::GetConstDistance().
|
constexpr |
Default minimum epsilon step in global field manager.
Definition at line 156 of file G4FieldParameters.hh.
Referenced by G4FieldParameters::GetConstDistance().
|
constexpr |
Default minimum step in G4ChordFinder.
Definition at line 148 of file G4FieldParameters.hh.
Referenced by G4FieldParameters::GetConstDistance().