|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4KM_DummyField.hh>
Public Member Functions | |
| G4KM_DummyField () | |
| ~G4KM_DummyField () | |
| void | GetFieldValue (const G4double[], G4double *) const |
| G4Field * | Clone () const |
| Public Member Functions inherited from G4MagneticField | |
| G4MagneticField () | |
| ~G4MagneticField () override=default | |
| G4MagneticField (const G4MagneticField &r) | |
| G4MagneticField & | operator= (const G4MagneticField &p) |
| G4bool | DoesFieldChangeEnergy () const override |
| void | GetFieldValue (const G4double Point[4], G4double *Bfield) const override=0 |
| G4FieldType | GetFieldType () const override |
| Public Member Functions inherited from G4Field | |
| G4Field (G4bool gravityOn=false) | |
| virtual | ~G4Field ()=default |
| G4Field (const G4Field &p)=default | |
| G4Field & | operator= (const G4Field &p) |
| G4bool | IsGravityActive () const |
| void | SetGravityActive (G4bool OnOffFlag) |
Additional Inherited Members | |
| Static Public Attributes inherited from G4Field | |
| static constexpr G4int | MAX_NUMBER_OF_COMPONENTS = 24 |
Definition at line 46 of file G4KM_DummyField.hh.
|
inline |
|
inline |
Definition at line 51 of file G4KM_DummyField.hh.
|
inlinevirtual |
Interface method to implement cloning, needed by multi-threading. Here issuing a fatal exception, as expecting this to be implemented concretely in derived classes.
Reimplemented from G4Field.
Definition at line 54 of file G4KM_DummyField.hh.
Definition at line 53 of file G4KM_DummyField.hh.