Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4FieldDefaults Namespace Reference

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.

Detailed Description

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.

Variable Documentation

◆ kDeltaChord

G4double G4FieldDefaults::kDeltaChord = 0.25 * CLHEP::mm
constexpr

Default delta chord in G4ChordFinder.

Definition at line 150 of file G4FieldParameters.hh.

Referenced by G4FieldParameters::GetConstDistance(), and G4ChordFinder::OnComputeStep().

◆ kDeltaIntersection

G4double G4FieldDefaults::kDeltaIntersection = 0.001 * CLHEP::mm
constexpr

Delta intersection in global field manager.

Definition at line 154 of file G4FieldParameters.hh.

Referenced by G4FieldParameters::GetConstDistance().

◆ kDeltaOneStep

G4double G4FieldDefaults::kDeltaOneStep = 0.01 * CLHEP::mm
constexpr

Default delta one step in global field manager.

Definition at line 152 of file G4FieldParameters.hh.

Referenced by G4FieldParameters::GetConstDistance().

◆ kMaximumEpsilonStep

G4double G4FieldDefaults::kMaximumEpsilonStep = 0.001
constexpr

Default maximum epsilon step in global field manager.

Definition at line 158 of file G4FieldParameters.hh.

Referenced by G4FieldParameters::GetConstDistance().

◆ kMinimumEpsilonStep

G4double G4FieldDefaults::kMinimumEpsilonStep = 5.0e-5
constexpr

Default minimum epsilon step in global field manager.

Definition at line 156 of file G4FieldParameters.hh.

Referenced by G4FieldParameters::GetConstDistance().

◆ kMinimumStep

G4double G4FieldDefaults::kMinimumStep = 0.01 * CLHEP::mm
constexpr

Default minimum step in G4ChordFinder.

Definition at line 148 of file G4FieldParameters.hh.

Referenced by G4FieldParameters::GetConstDistance().