CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VertexMerging.h
Go to the documentation of this file.
1 #include <memory>
2 #include <set>
3 
9 
16 
18  public:
19  VertexMerging(const edm::ParameterSet &params);
20 
21 
23 
24 
25  private:
26  bool trackFilter(const reco::TrackRef &track) const;
27 
28  double maxFraction;
30 };
31 
double minSignificance
Definition: VertexMerging.h:29
std::vector< Vertex > VertexCollection
collection of Vertex objects
Definition: VertexFwd.h:9
bool trackFilter(const reco::TrackRef &track) const
reco::VertexCollection mergeVertex(reco::VertexCollection &secondaryVertices)
double maxFraction
Definition: VertexMerging.h:28
VertexMerging(const edm::ParameterSet &params)
Definition: VertexMerging.cc:4