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
Vector3DBase< float, LocalTag >
MagProviderInterpol.h
AlCaHLTBitMon_ParallelJobs.p
p
Definition: AlCaHLTBitMon_ParallelJobs.py:153
magneticfield
Definition: MagFieldConfig.h:22
MagneticFieldProvider< float >
magneticfield::FakeInterpolator
Definition: FakeInterpolator.h:14
Point3DBase< float, LocalTag >
magneticfield::FakeInterpolator::valueInTesla
LocalVectorType valueInTesla(const LocalPointType &p) const override
Definition: FakeInterpolator.h:20
magneticfield::FakeInterpolator::FakeInterpolator
FakeInterpolator()
Constructor.
Definition: FakeInterpolator.h:17
MagneticFieldProvider< float >::LocalVectorType
Vector3DBase< float, LocalTag > LocalVectorType
Definition: MagneticFieldProvider.h:22