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
TrackingTools
GsfTools
plugins
DistanceBetweenComponentsESProducer.h
Go to the documentation of this file.
1
#ifndef DistanceBetweenComponentsESProducer_h_
2
#define DistanceBetweenComponentsESProducer_h_
3
4
#include "
FWCore/Framework/interface/ESProducer.h
"
5
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
6
#include "
TrackingTools/Records/interface/TrackingComponentsRecord.h
"
7
#include "
TrackingTools/GsfTools/interface/DistanceBetweenComponents.h
"
8
#include <memory>
9
14
template
<
unsigned
int
N>
15
class
DistanceBetweenComponentsESProducer
:
public
edm::ESProducer
{
16
public
:
17
DistanceBetweenComponentsESProducer
(
const
edm::ParameterSet
&
p
);
18
19
std::unique_ptr<DistanceBetweenComponents<N> >
produce
(
const
TrackingComponentsRecord
&);
20
21
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
&descriptions);
22
23
private
:
24
const
bool
useKullbackLeibler_
;
25
};
26
27
#include "TrackingTools/GsfTools/plugins/DistanceBetweenComponentsESProducer.icc"
28
29
#endif
AlCaHLTBitMon_ParallelJobs.p
p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
DistanceBetweenComponentsESProducer
Definition:
DistanceBetweenComponentsESProducer.h:15
DistanceBetweenComponents.h
ESProducer.h
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
edm::ParameterSet
Definition:
ParameterSet.h:47
TrackingComponentsRecord.h
DistanceBetweenComponentsESProducer::useKullbackLeibler_
const bool useKullbackLeibler_
Definition:
DistanceBetweenComponentsESProducer.h:24
DistanceBetweenComponentsESProducer::DistanceBetweenComponentsESProducer
DistanceBetweenComponentsESProducer(const edm::ParameterSet &p)
edm::ESProducer
Definition:
ESProducer.h:104
DistanceBetweenComponentsESProducer::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
ParameterSet.h
TrackingComponentsRecord
Definition:
TrackingComponentsRecord.h:12
DistanceBetweenComponentsESProducer::produce
std::unique_ptr< DistanceBetweenComponents< N > > produce(const TrackingComponentsRecord &)
Generated for CMSSW Reference Manual by
1.8.16