CMS 3D CMS Logo

KinematicParticleVertexFitter.h
Go to the documentation of this file.
1 #ifndef KinematicParticleVertexFitter_H
2 #define KinematicParticleVertexFitter_H
3 
10 
26 public:
32 
34 
35  /*
36  * Constructor with the LinearizationPointFinder
37  * Linearization point finder should have an
38  * ability to find point out of set of FreeTrajectoryStates
39  * LMSLinearizationPointFinder is used as default.
40  */
41  // KinematicParticleVertexFitter(const LinearizationPointFinder& finder);
42 
44 
52  RefCountedKinematicTree fit(const std::vector<RefCountedKinematicParticle> &particles) const;
53 
54 private:
56  void setup(const edm::ParameterSet &pSet);
57 
61 };
62 #endif
void setup(const edm::ParameterSet &pSet)
RefCountedKinematicTree fit(const std::vector< RefCountedKinematicParticle > &particles) const