Definition at line 42 of file pyG4MagneticField.cc.
◆ PyG4MagneticField()
PyG4MagneticField::PyG4MagneticField |
( |
| ) |
|
|
inline |
◆ ~PyG4MagneticField()
PyG4MagneticField::~PyG4MagneticField |
( |
| ) |
|
|
inline |
◆ GetFieldValue() [1/2]
◆ GetFieldValue() [2/2]
virtual void PyG4MagneticField::GetFieldValue |
( |
const G4double |
Point[4], |
|
|
G4double * |
Bfield |
|
) |
| const |
|
inlinevirtual |
Implements G4MagneticField.
Definition at line 50 of file pyG4MagneticField.cc.
56 Bfield[0]= bfield.
x();
57 Bfield[1]= bfield.
y();
58 Bfield[2]= bfield.
z();
CLHEP::Hep3Vector G4ThreeVector
virtual G4ThreeVector GetFieldValue(const G4ThreeVector &pos, const G4double time) const =0
The documentation for this class was generated from the following file: