CMS 3D CMS Logo

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