Main Page
Namespaces
Classes
Package Documentation
CommonTools
UtilAlgos
interface
DeltaR.h
Go to the documentation of this file.
1
#ifndef UtilAlgos_DeltaR_h
2
#define UtilAlgos_DeltaR_h
3
#include "
DataFormats/Math/interface/deltaR.h
"
4
#include "
CommonTools/UtilAlgos/interface/ParameterAdapter.h
"
5
6
namespace
reco
{
7
namespace
modules
{
8
9
template
<
typename
T1,
typename
T2>
10
struct
ParameterAdapter
<
DeltaR
<T1, T2> > {
11
static
DeltaR<T1, T2>
make
(
const
edm::ParameterSet
&
cfg
) {
12
return
DeltaR<T1, T2>
();
13
}
14
};
15
16
}
17
}
18
19
20
21
#endif
22
DeltaR
Definition:
DeltaR.py:1
reco::modules::ParameterAdapter< DeltaR< T1, T2 > >::make
static DeltaR< T1, T2 > make(const edm::ParameterSet &cfg)
Definition:
DeltaR.h:11
DeltaR
Definition:
deltaR.h:57
deltaR.h
looper.cfg
cfg
Definition:
looper.py:293
reco::modules::ParameterAdapter
Definition:
ParameterAdapter.h:11
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:43
ParameterAdapter.h
edm::ParameterSet
Definition:
ParameterSet.h:36
modules
Definition:
ZHLTMatchFilter.cc:17
Generated for CMSSW Reference Manual by
1.8.11