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 
12 
13 namespace magneticfield {
15  public:
18 
19  // Operations
20  virtual LocalVectorType valueInTesla( const LocalPointType& p) const {
21  return LocalVectorType(0.,0.,0.);
22  }
23 };
24 }
25 #endif
virtual LocalVectorType valueInTesla(const LocalPointType &p) const
Vector3DBase< float, LocalTag > LocalVectorType