Main Page
Namespaces
Classes
Package Documentation
MagneticField
GeomBuilder
src
FakeInterpolator.h
Go to the documentation of this file.
1
#ifndef FakeInterpolator_h
2
#define FakeInterpolator_h
3
11
#include "
MagneticField/Interpolation/interface/MagProviderInterpol.h
"
12
13
namespace
magneticfield
{
14
class
FakeInterpolator
:
public
MagProviderInterpol
{
15
public
:
17
FakeInterpolator
() {};
18
19
// Operations
20
LocalVectorType
valueInTesla
(
const
LocalPointType
&
p
)
const override
{
21
return
LocalVectorType
(0.,0.,0.);
22
}
23
};
24
}
25
#endif
AlCaHLTBitMon_ParallelJobs.p
p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
magneticfield::FakeInterpolator::valueInTesla
LocalVectorType valueInTesla(const LocalPointType &p) const override
Definition:
FakeInterpolator.h:20
Vector3DBase< float, LocalTag >
magneticfield::FakeInterpolator::FakeInterpolator
FakeInterpolator()
Constructor.
Definition:
FakeInterpolator.h:17
magneticfield::FakeInterpolator
Definition:
FakeInterpolator.h:14
MagProviderInterpol.h
MagneticFieldProvider< float >::LocalVectorType
Vector3DBase< float, LocalTag > LocalVectorType
Definition:
MagneticFieldProvider.h:23
magneticfield
Definition:
MagFieldConfig.h:20
Point3DBase< float, LocalTag >
MagneticFieldProvider< float >
Generated for CMSSW Reference Manual by
1.8.11