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
n
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
c
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
src
MagneticField
ParametrizedEngine
plugins
ParametrizedMagneticFieldProducer.h
Go to the documentation of this file.
1
#ifndef ParametrizedMagneticFieldProducer_h
2
#define ParametrizedMagneticFieldProducer_h
3
11
#include "
FWCore/Framework/interface/ESProducer.h
"
12
13
#include "
MagneticField/Engine/interface/MagneticField.h
"
14
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
15
16
class
IdealMagneticFieldRecord
;
17
18
namespace
magneticfield
{
19
class
ParametrizedMagneticFieldProducer
:
public
edm::ESProducer
{
20
public
:
21
ParametrizedMagneticFieldProducer
(
const
edm::ParameterSet
&);
22
~ParametrizedMagneticFieldProducer
()
override
;
23
24
std::unique_ptr<MagneticField>
produce
(
const
IdealMagneticFieldRecord
&);
25
edm::ParameterSet
pset
;
26
};
27
}
// namespace magneticfield
28
29
#endif
magneticfield::ParametrizedMagneticFieldProducer::pset
edm::ParameterSet pset
Definition:
ParametrizedMagneticFieldProducer.h:25
magneticfield::ParametrizedMagneticFieldProducer
Definition:
ParametrizedMagneticFieldProducer.h:19
IdealMagneticFieldRecord
Definition:
IdealMagneticFieldRecord.h:11
ESProducer.h
edm::ESProducer
Definition:
ESProducer.h:104
MagneticField.h
ParameterSet.h
magneticfield::ParametrizedMagneticFieldProducer::produce
std::unique_ptr< MagneticField > produce(const IdealMagneticFieldRecord &)
Definition:
ParametrizedMagneticFieldProducer.cc:28
magneticfield::ParametrizedMagneticFieldProducer::~ParametrizedMagneticFieldProducer
~ParametrizedMagneticFieldProducer() override
Definition:
ParametrizedMagneticFieldProducer.cc:26
magneticfield
Definition:
MagFieldConfig.h:22
edm::ParameterSet
Definition:
ParameterSet.h:47
magneticfield::ParametrizedMagneticFieldProducer::ParametrizedMagneticFieldProducer
ParametrizedMagneticFieldProducer(const edm::ParameterSet &)
Definition:
ParametrizedMagneticFieldProducer.cc:22
Generated for CMSSW Reference Manual by
1.8.14