Geant4
9.6.p02
|
#include <F04GlobalField.hh>
Static Public Member Functions | |
static F04GlobalField * | GetObject () |
Protected Member Functions | |
G4FieldManager * | GetGlobalFieldManager () |
Get the global field manager. More... | |
Definition at line 64 of file F04GlobalField.hh.
|
inline |
AddElementField() adds the ElementField object for a single element to the global field.
Definition at line 94 of file F04GlobalField.hh.
void F04GlobalField::Clear | ( | ) |
Clear() removes all ElementField-s from the global object, and destroys them. Used before the geometry is completely re-created.
Definition at line 240 of file F04GlobalField.cc.
|
inlinevirtual |
DoesFieldChangeEnergy() returns true.
Implements G4ElectroMagneticField.
Definition at line 90 of file F04GlobalField.hh.
|
inline |
Return the list of Element Fields.
Definition at line 129 of file F04GlobalField.hh.
GetFieldValue() returns the field value at a given point[]. field is really field[6]: Bx,By,Bz,Ex,Ey,Ez. point[] is in global coordinates: x,y,z,t.
Definition at line 215 of file F04GlobalField.cc.
|
protected |
Get the global field manager.
Definition at line 207 of file F04GlobalField.cc.
|
static |
GetObject() returns the single F04GlobalField object. It is constructed, if necessary.
Definition at line 157 of file F04GlobalField.cc.
Set the delta chord length.
Definition at line 114 of file F04GlobalField.hh.
Set the delta intersection length.
Definition at line 120 of file F04GlobalField.hh.
Set the delta one step length.
Definition at line 117 of file F04GlobalField.hh.
Set the maximum eps length.
Definition at line 126 of file F04GlobalField.hh.
Set the minimum eps length.
Definition at line 123 of file F04GlobalField.hh.
Set the minimum step length.
Definition at line 111 of file F04GlobalField.hh.
void F04GlobalField::SetStepper | ( | ) |
Set the Stepper.
Definition at line 165 of file F04GlobalField.cc.
Set the Stepper types.
Definition at line 105 of file F04GlobalField.hh.
void F04GlobalField::UpdateField | ( | ) |
updates all field tracking objects and Clear()
Definition at line 92 of file F04GlobalField.cc.