Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ElectricField.hh>
Public Member Functions | |
G4ElectricField () | |
~G4ElectricField () override | |
G4ElectricField (const G4ElectricField &r) | |
G4ElectricField & | operator= (const G4ElectricField &p) |
G4bool | DoesFieldChangeEnergy () const override |
void | GetFieldValue (const G4double Point[4], G4double *Bfield) const override=0 |
Public Member Functions inherited from G4ElectroMagneticField | |
G4ElectroMagneticField () | |
~G4ElectroMagneticField () override | |
G4ElectroMagneticField (const G4ElectroMagneticField &r) | |
G4ElectroMagneticField & | operator= (const G4ElectroMagneticField &p) |
Public Member Functions inherited from G4Field | |
G4Field (G4bool gravityOn=false) | |
G4Field (const G4Field &) | |
virtual | ~G4Field () |
G4Field & | operator= (const G4Field &p) |
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 40 of file G4ElectricField.hh.
|
default |
|
overridedefault |
|
default |
|
inlineoverridevirtual |
Implements G4ElectroMagneticField.
Definition at line 52 of file G4ElectricField.hh.
|
overridepure virtual |
Implements G4ElectroMagneticField.
Implemented in G4UniformElectricField.
G4ElectricField & G4ElectricField::operator= | ( | const G4ElectricField & | p | ) |
Definition at line 39 of file G4ElectricField.cc.
Referenced by G4UniformElectricField::operator=().