|
Celeritas 0.7.0-dev.305+develop.e69b8227
|
Wrap a Celeritas field as a Geant4 magnetic field. More...
#include <MagneticField.hh>

Public Types | |
Type aliases | |
| using | SPConstParams = std::shared_ptr< P const > |
Public Member Functions | |
| MagneticField (SPConstParams params) | |
| Construct with the Celeritas shared params. | |
| void | GetFieldValue (G4double const point[3], G4double *field) const override |
| Calculate the magnetic field vector at the given position. | |
Wrap a Celeritas field as a Geant4 magnetic field.
| P | params for creating field |
| F | field calculator |