19#include "BDSExtent.hh"
20#include "BDSFieldMagInterpolated.hh"
21#include "BDSInterpolator.hh"
25BDSFieldMagInterpolated::BDSFieldMagInterpolated(
const BDSInterpolator* interpolator,
26 const G4Transform3D& offset,
32 smallestSpatialStep(std::numeric_limits<double>::max())
36 extentNoOffset = interpolator->
Extent();
38 timeVarying = interpolator->TimeVarying();
Holder for +- extents in 3 dimensions.
Interface for static magnetic fields that may or may not be local.
Interface for all interpolators containing basic extent of validity.
virtual BDSExtent Extent() const =0
Interface each derived class must provide.
G4double SmallestSpatialStep() const