CMS 3D CMS Logo

magneticfield::FakeInterpolator Class Reference

Fake field interpolator, that always return B=0. More...

#include <MagneticField/GeomBuilder/src/FakeInterpolator.h>

Inheritance diagram for magneticfield::FakeInterpolator:

MagneticFieldProvider< float >

List of all members.

Public Member Functions

 FakeInterpolator ()
 Constructor.
virtual LocalVectorType valueInTesla (const LocalPointType &p) const
 Returns the field vector in the local frame, at local position p.


Detailed Description

Fake field interpolator, that always return B=0.

Date
2009/03/03 12:57:19
Revision
1.1
Author:
N. Amapane - CERN

Definition at line 16 of file FakeInterpolator.h.


Constructor & Destructor Documentation

magneticfield::FakeInterpolator::FakeInterpolator (  )  [inline]

Constructor.

Definition at line 19 of file FakeInterpolator.h.

00019 {};


Member Function Documentation

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   }


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:48:54 2009 for CMSSW by  doxygen 1.5.4