#include <FakeInterpolator.h>
Public Member Functions | |
FakeInterpolator () | |
Constructor. More... | |
virtual LocalVectorType | valueInTesla (const LocalPointType &p) const |
Public Member Functions inherited from MagneticFieldProvider< float > | |
virtual LocalVectorType | derivativeInTeslaPerMeter (const LocalPointType &p, int N) const |
virtual int | hasDerivatives () const |
virtual | ~MagneticFieldProvider () |
Additional Inherited Members | |
Public Types inherited from MagneticFieldProvider< float > | |
typedef Point3DBase< float, GlobalTag > | GlobalPointType |
typedef Vector3DBase< float, GlobalTag > | GlobalVectorType |
typedef Point3DBase< float, LocalTag > | LocalPointType |
typedef Vector3DBase< float, LocalTag > | LocalVectorType |
Fake field interpolator, that always return B=0.
Definition at line 14 of file FakeInterpolator.h.
|
inline |
|
inlinevirtual |
Returns the field vector in the local frame, at local position p
Implements MagneticFieldProvider< float >.
Definition at line 20 of file FakeInterpolator.h.