Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoVertex
TertiaryTracksVertexFinder
src
TertiaryTracksVertexFinder.cc
Go to the documentation of this file.
1
2
#include "
RecoVertex/TertiaryTracksVertexFinder/interface/TertiaryTracksVertexFinder.h
"
3
4
#include "
RecoVertex/KalmanVertexFit/interface/KalmanVertexFitter.h
"
5
#include "
RecoVertex/KalmanVertexFit/interface/KalmanVertexUpdator.h
"
6
#include "
RecoVertex/KalmanVertexFit/interface/KalmanVertexTrackCompatibilityEstimator.h
"
7
8
9
TertiaryTracksVertexFinder::TertiaryTracksVertexFinder
()
10
{
11
KalmanVertexFitter
vf(
false
);
12
KalmanVertexUpdator<5>
vu;
13
KalmanVertexTrackCompatibilityEstimator<5>
ve;
14
15
theFinder
=
new
ConfigurableTertiaryTracksVertexFinder
(&vf, &vu, &ve);
16
}
17
18
19
TertiaryTracksVertexFinder::~TertiaryTracksVertexFinder
()
20
{
21
delete
theFinder
;
22
}
23
24
TertiaryTracksVertexFinder::~TertiaryTracksVertexFinder
virtual ~TertiaryTracksVertexFinder()
Definition:
TertiaryTracksVertexFinder.cc:19
KalmanVertexTrackCompatibilityEstimator.h
KalmanVertexFitter
Definition:
KalmanVertexFitter.h:22
KalmanVertexTrackCompatibilityEstimator
Definition:
KalmanVertexTrackCompatibilityEstimator.h:25
KalmanVertexUpdator.h
TertiaryTracksVertexFinder::TertiaryTracksVertexFinder
TertiaryTracksVertexFinder()
Definition:
TertiaryTracksVertexFinder.cc:9
TertiaryTracksVertexFinder.h
KalmanVertexFitter.h
KalmanVertexUpdator< 5 >
ConfigurableTertiaryTracksVertexFinder
Definition:
ConfigurableTertiaryTracksVertexFinder.h:21
TertiaryTracksVertexFinder::theFinder
ConfigurableTertiaryTracksVertexFinder * theFinder
Definition:
TertiaryTracksVertexFinder.h:35
Generated for CMSSW Reference Manual by
1.8.5