|
gfields
|

Go to the source code of this file.
Macros | |
| #define | GFIELD_DEFAULT_INTEGRATION_STEPPER "G4DormandPrince745" |
| Default integration stepper name used when the requested stepper is unsupported. | |
| #define | GFIELD_DEFAULT_MINIMUM_STEP "1.0*mm" |
| Default minimum step for the chord finder (string with Geant4 units). | |
| #define | GFIELD_DEFAULT_MAXIMUM_STEP "0*mm" |
| Default maximum acceptable field step for Geant4 propagation. | |
| #define | GFIELD_DEFAULT_VERTEX "0*mm" |
| Default origin coordinate component for multipole fields (string with Geant4 units). | |
| #define | GFIELD_DEFAULT_ROTANGLE "0*deg" |
| Default multipole roll rotation angle (string with Geant4 units). | |
| #define | GFIELD_DEFAULT_VERBOSITY "0" |
| Default verbosity level (string) for field-related configuration. | |
| #define | GLOBAL_FIELD_OPTION "global_field" |
| Command-line option name used to associate a field with the ROOT world volume. | |
| #define | NO_FIELD_OPTION "no_field" |
| Command-line option name used to reset (remove) field associations. | |
| #define | MAX_FIELD_STEP_OPTION "max_field_step" |
| Command-line option name used to set the global maximum acceptable field step. | |
| #define | NO_FIELD_ALL "all" |
| Special NO_FIELD_OPTION value that resets all fields, including GLOBAL_FIELD_OPTION. | |
| #define | ERR_WRONG_FIELD_ROTATION 1201 |
| #define | ERR_WRONG_FIELD_NOT_FOUND 1202 |
| #define | ERR_STEPPER_NOT_FOUND 1203 |
| #define | ERR_WRONG_POLE_NUMBER 1204 |
| #define | ERR_WRONG_FIELD_SYMMETRY 1205 |
| #define | ERR_WRONG_COORDINATE_DEF 1206 |
| #define | ERR_MAP_FILE_NOT_FOUND 1207 |