#include <FakeInterpolator.h>
Public Member Functions | |
FakeInterpolator () | |
Constructor. | |
virtual LocalVectorType | valueInTesla (const LocalPointType &p) const |
Fake field interpolator, that always return B=0.
Definition at line 16 of file FakeInterpolator.h.
magneticfield::FakeInterpolator::FakeInterpolator | ( | ) | [inline] |
virtual LocalVectorType magneticfield::FakeInterpolator::valueInTesla | ( | const LocalPointType & | p | ) | const [inline, virtual] |
Returns the field vector in the local frame, at local position p
Implements MagneticFieldProvider< float >.
Definition at line 22 of file FakeInterpolator.h.
{ return LocalVectorType(0.,0.,0.); }