CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 }
ConfigurableTrimmedVertexFinder * theFinder
void setParameters(const edm::ParameterSet &)
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
ConfigurableTrimmedVertexFinder * clone() const override