CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ConversionVertexFinder.h
Go to the documentation of this file.
1 #ifndef ConversionVertexFinder_H
2 #define ConversionVertexFinder_H
3 
16 //
21 //
22 //
26 #include <vector>
27 
30 
31 public:
32 
34 
35 
37 
38 
39  TransientVertex run (const std::vector<reco::TransientTrack>& pair);
40 
41  bool run( const std::vector<reco::TransientTrack>& pair, reco::Vertex& the_vertex) ;
42 
43 
44  private:
46  double maxDelta_;
51 
52 
53 };
54 
55 #endif // ConversionVertexFinder_H
56 
57 
ConversionVertexFinder(const edm::ParameterSet &config)
TransientVertex run(const std::vector< reco::TransientTrack > &pair)
KinematicConstrainedVertexFitter * kcvFitter_