Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ElectroMagneticField.hh>
Public Member Functions | |
G4ElectroMagneticField () | |
virtual | ~G4ElectroMagneticField () |
G4ElectroMagneticField (const G4ElectroMagneticField &r) | |
G4ElectroMagneticField & | operator= (const G4ElectroMagneticField &p) |
virtual void | GetFieldValue (const G4double Point[4], G4double *Bfield) const =0 |
virtual G4bool | DoesFieldChangeEnergy () const =0 |
Public Member Functions inherited from G4Field | |
G4Field (G4bool gravityOn=false) | |
G4Field (const G4Field &) | |
virtual | ~G4Field () |
G4Field & | operator= (const G4Field &p) |
virtual void | GetFieldValue (const G4double Point[4], G4double *fieldArr) const =0 |
virtual G4bool | DoesFieldChangeEnergy () const =0 |
G4bool | IsGravityActive () const |
void | SetGravityActive (G4bool OnOffFlag) |
virtual G4Field * | Clone () const |
Additional Inherited Members | |
Static Public Attributes inherited from G4Field | |
static constexpr G4int | MAX_NUMBER_OF_COMPONENTS = 24 |
Definition at line 52 of file G4ElectroMagneticField.hh.
G4ElectroMagneticField::G4ElectroMagneticField | ( | ) |
Definition at line 33 of file G4ElectroMagneticField.cc.
|
virtual |
Definition at line 38 of file G4ElectroMagneticField.cc.
G4ElectroMagneticField::G4ElectroMagneticField | ( | const G4ElectroMagneticField & | r | ) |
Definition at line 42 of file G4ElectroMagneticField.cc.
|
pure virtual |
Implements G4Field.
Implemented in G4ElectricField.
|
pure virtual |
Implements G4Field.
Implemented in G4ElectricField, and G4UniformElectricField.
G4ElectroMagneticField & G4ElectroMagneticField::operator= | ( | const G4ElectroMagneticField & | p | ) |
Definition at line 48 of file G4ElectroMagneticField.cc.
Referenced by G4ElectricField::operator=().