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
PhysicsTools
IsolationAlgos
interface
TrkCalIsolationAlgo.h
Go to the documentation of this file.
1
#ifndef IsolationAlgos_TrkCalIsolationAlgo_h
2
#define IsolationAlgos_TrkCalIsolationAlgo_h
3
/* Partial spacialization of parameter set adapeter helper
4
*
5
*/
6
#include "
PhysicsTools/IsolationUtils/interface/TrkCalIsolationAlgo.h
"
7
#include "
CommonTools/UtilAlgos/interface/ParameterAdapter.h
"
8
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
9
10
namespace
reco
{
11
namespace
modules
{
12
13
template
<
typename
T,
typename
C>
14
struct
ParameterAdapter
<
TrkCalIsolationAlgo
<
T
,
C
> > {
15
static
TrkCalIsolationAlgo<T, C>
make
(
const
edm::ParameterSet
&
cfg
) {
16
return
TrkCalIsolationAlgo<T, C>
(
cfg
.template getParameter<double>(
"dRMin"
),
17
cfg
.template getParameter<double>(
"dRMax"
));
18
}
19
};
20
}
// namespace modules
21
}
// namespace reco
22
23
#endif
TrkCalIsolationAlgo.h
ParameterSet.h
reco::modules::ParameterAdapter< TrkCalIsolationAlgo< T, C > >::make
static TrkCalIsolationAlgo< T, C > make(const edm::ParameterSet &cfg)
Definition:
TrkCalIsolationAlgo.h:15
correctionTermsCaloMet_cff.C
C
Definition:
correctionTermsCaloMet_cff.py:34
looper.cfg
cfg
Definition:
looper.py:296
reco::modules::ParameterAdapter
Definition:
ParameterAdapter.h:12
TrkCalIsolationAlgo
Definition:
TrkCalIsolationAlgo.h:10
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
ParameterAdapter.h
edm::ParameterSet
Definition:
ParameterSet.h:47
T
long double T
Definition:
Basic3DVectorLD.h:48
modules
Definition:
MuonCleanerBySegments.cc:35
Generated for CMSSW Reference Manual by
1.8.14