#include <MagneticField.h>
Public Attributes | |
MagFieldMode_t | fMode |
type of field used More... | |
G4ThreeVector | fField |
description of the field (uniform only) More... | |
G4String | fVolume |
G4 volume containing the field. More... | |
TGeoVolume * | fGeoVol |
pointer to TGeoVolume with the field More... | |
Definition at line 35 of file MagneticField.h.
G4ThreeVector mag::MagneticFieldDescription::fField |
description of the field (uniform only)
Definition at line 38 of file MagneticField.h.
TGeoVolume* mag::MagneticFieldDescription::fGeoVol |
pointer to TGeoVolume with the field
Definition at line 40 of file MagneticField.h.
MagFieldMode_t mag::MagneticFieldDescription::fMode |
type of field used
Definition at line 37 of file MagneticField.h.
G4String mag::MagneticFieldDescription::fVolume |
G4 volume containing the field.
Definition at line 39 of file MagneticField.h.