Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
{
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
Generated for CMSSW Reference Manual by
1.8.16