#include <MagneticField/GeomBuilder/src/FakeInterpolator.h>
Public Member Functions | |
FakeInterpolator () | |
Constructor. | |
virtual LocalVectorType | valueInTesla (const LocalPointType &p) const |
Returns the field vector in the local frame, at local position p. |
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.
00022 { 00023 return LocalVectorType(0.,0.,0.); 00024 }