Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
PhysicsTools
IsolationAlgos
interface
PtIsolationAlgo.h
Go to the documentation of this file.
1
#ifndef IsolationAlgos_PtIsolationAlgo_h
2
#define IsolationAlgos_PtIsolationAlgo_h
3
/* Partial spacialization of parameter set adapeter helper
4
*
5
*/
6
#include "
PhysicsTools/IsolationUtils/interface/PtIsolationAlgo.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
<
PtIsolationAlgo
<
T
,
C
> > {
15
static
PtIsolationAlgo<T, C>
make
(
const
edm::ParameterSet
& cfg ) {
16
return
PtIsolationAlgo<T, C>
( cfg.template getParameter<double>(
"dRMin"
),
17
cfg.template getParameter<double>(
"dRMax"
),
18
cfg.template getParameter<double>(
"dzMax"
),
19
cfg.template getParameter<double>(
"d0Max"
),
20
cfg.template getParameter<double>(
"ptMin"
) );
21
}
22
};
23
}
24
}
25
26
#endif
funct::C
C
Definition:
Factorize.h:141
PtIsolationAlgo.h
ParameterSet.h
L1Trigger_dataformats.reco
dictionary reco
Definition:
L1Trigger_dataformats.py:9
reco::modules::ParameterAdapter
Definition:
ParameterAdapter.h:10
reco::modules::ParameterAdapter< PtIsolationAlgo< T, C > >::make
static PtIsolationAlgo< T, C > make(const edm::ParameterSet &cfg)
Definition:
PtIsolationAlgo.h:15
ParameterAdapter.h
edm::ParameterSet
Definition:
ParameterSet.h:35
T
long double T
Definition:
Basic3DVectorLD.h:59
PtIsolationAlgo
Definition:
PtIsolationAlgo.h:10
Generated for CMSSW Reference Manual by
1.8.5