CMS 3D CMS Logo

FakeInterpolator.h
Go to the documentation of this file.
1 #ifndef FakeInterpolator_h
2 #define FakeInterpolator_h
3 
12 
13 namespace magneticfield {
15  public:
18 
19  // Operations
20  LocalVectorType valueInTesla(const LocalPointType& p) const override { return LocalVectorType(0., 0., 0.); }
21  };
22 } // namespace magneticfield
23 #endif
LocalVectorType valueInTesla(const LocalPointType &p) const override
Vector3DBase< float, LocalTag > LocalVectorType