CMS 3D CMS Logo

KalmanTrimmedVertexFinder.cc
Go to the documentation of this file.
5 
7  KalmanVertexFitter vf(false);
10 
11  theFinder = new ConfigurableTrimmedVertexFinder(&vf, &vu, &ve);
12 }
13 
15  setPtCut(s.getParameter<double>("ptCut"));
16  setTrackCompatibilityCut(s.getParameter<double>("trackCompatibilityToPVcut"));
17  setTrackCompatibilityToSV(s.getParameter<double>("trackCompatibilityToSVcut"));
18  setVertexFitProbabilityCut(s.getParameter<double>("vtxFitProbCut"));
19  setMaxNbOfVertices(s.getParameter<int>("maxNbOfVertices"));
20 }
21 
23 
25  theFinder = other.theFinder->clone();
26 }
KalmanTrimmedVertexFinder::KalmanTrimmedVertexFinder
KalmanTrimmedVertexFinder()
Definition: KalmanTrimmedVertexFinder.cc:6
KalmanVertexUpdator< 5 >
KalmanTrimmedVertexFinder::setParameters
void setParameters(const edm::ParameterSet &)
Definition: KalmanTrimmedVertexFinder.cc:14
KalmanVertexFitter.h
KalmanVertexTrackCompatibilityEstimator.h
KalmanTrimmedVertexFinder::setTrackCompatibilityCut
void setTrackCompatibilityCut(float cut)
Definition: KalmanTrimmedVertexFinder.h:58
KalmanTrimmedVertexFinder::setTrackCompatibilityToSV
void setTrackCompatibilityToSV(float cut)
Definition: KalmanTrimmedVertexFinder.h:59
KalmanTrimmedVertexFinder::theFinder
ConfigurableTrimmedVertexFinder * theFinder
Definition: KalmanTrimmedVertexFinder.h:64
alignCSCRings.s
s
Definition: alignCSCRings.py:92
KalmanVertexTrackCompatibilityEstimator
Definition: KalmanVertexTrackCompatibilityEstimator.h:24
trackingPlots.other
other
Definition: trackingPlots.py:1467
KalmanTrimmedVertexFinder::~KalmanTrimmedVertexFinder
~KalmanTrimmedVertexFinder() override
Definition: KalmanTrimmedVertexFinder.cc:22
edm::ParameterSet
Definition: ParameterSet.h:47
ConfigurableTrimmedVertexFinder
Definition: ConfigurableTrimmedVertexFinder.h:44
KalmanVertexUpdator.h
KalmanTrimmedVertexFinder::setVertexFitProbabilityCut
void setVertexFitProbabilityCut(float cut)
Definition: KalmanTrimmedVertexFinder.h:60
KalmanTrimmedVertexFinder::setMaxNbOfVertices
void setMaxNbOfVertices(int max)
Definition: KalmanTrimmedVertexFinder.h:61
KalmanTrimmedVertexFinder::setPtCut
void setPtCut(float cut)
Definition: KalmanTrimmedVertexFinder.h:57
KalmanTrimmedVertexFinder.h
KalmanTrimmedVertexFinder
Definition: KalmanTrimmedVertexFinder.h:13
KalmanVertexFitter
Definition: KalmanVertexFitter.h:22