Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
RecoAlgos
plugins
KalmanVertexFitter.h
Go to the documentation of this file.
1
#ifndef RecoAlgos_KalmanVertexFitter_h
2
#define RecoAlgos_KalmanVertexFitter_h
3
#include "
CommonTools/UtilAlgos/interface/ParameterAdapter.h
"
4
#include "
RecoVertex/KalmanVertexFit/interface/KalmanVertexFitter.h
"
5
6
const
bool
refitTracks
=
true
;
7
8
namespace
reco
{
9
namespace
modules
{
10
11
template
<>
12
struct
ParameterAdapter
<
KalmanVertexFitter
> {
13
static
KalmanVertexFitter
make
(
const
edm::ParameterSet
&
cfg
) {
14
return
KalmanVertexFitter
(
refitTracks
);
15
}
16
};
17
18
}
19
}
20
21
#endif
KalmanVertexFitter
Definition:
KalmanVertexFitter.h:22
reco::modules::ParameterAdapter< KalmanVertexFitter >::make
static KalmanVertexFitter make(const edm::ParameterSet &cfg)
Definition:
KalmanVertexFitter.h:13
refitTracks
const bool refitTracks
Definition:
KalmanVertexFitter.h:6
looper.cfg
cfg
Definition:
looper.py:297
reco::modules::ParameterAdapter
Definition:
ParameterAdapter.h:12
KalmanVertexFitter.h
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:44
ParameterAdapter.h
edm::ParameterSet
Definition:
ParameterSet.h:36
modules
Definition:
ZHLTMatchFilter.cc:17
Generated for CMSSW Reference Manual by
1.8.11