CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KinematicParticleVertexFitter.h
Go to the documentation of this file.
1 #ifndef KinematicParticleVertexFitter_H
2 #define KinematicParticleVertexFitter_H
3 
10 
26 {
27 
28 public:
29 
35 
37 
38 /*
39  * Constructor with the LinearizationPointFinder
40  * Linearization point finder should have an
41  * ability to find point out of set of FreeTrajectoryStates
42  * LMSLinearizationPointFinder is used as default.
43  */
44 // KinematicParticleVertexFitter(const LinearizationPointFinder& finder);
45 
47 
55  RefCountedKinematicTree fit(const std::vector<RefCountedKinematicParticle> & particles) const;
56 
57 private:
58 
60  void setup(const edm::ParameterSet &pSet);
61 
65 };
66 #endif
edm::ParameterSet defaultParameters() const
void setup(const edm::ParameterSet &pSet)
RefCountedKinematicTree fit(const std::vector< RefCountedKinematicParticle > &particles) const