CMS 3D CMS Logo

VertexMerging.h
Go to the documentation of this file.
1 #include <memory>
2 #include <set>
3 
8 
15 
17 public:
19 
21 
22 private:
23  bool trackFilter(const reco::TrackRef &track) const;
24 
25  double maxFraction;
27 };
double minSignificance
Definition: VertexMerging.h:26
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:25
VertexMerging(const edm::ParameterSet &params)
Definition: VertexMerging.cc:3