CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FakeInterpolator.h
Go to the documentation of this file.
1 #ifndef FakeInterpolator_h
2 #define FakeInterpolator_h
3 
14 
15 namespace magneticfield {
17  public:
20 
21  // Operations
22  virtual LocalVectorType valueInTesla( const LocalPointType& p) const {
23  return LocalVectorType(0.,0.,0.);
24  }
25 };
26 }
27 #endif
virtual LocalVectorType valueInTesla(const LocalPointType &p) const
Vector3DBase< float, LocalTag > LocalVectorType