CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrimaryVertexSorter.h
Go to the documentation of this file.
1 #ifndef PrimaryVertexSorter_H
2 #define PrimaryVertexSorter_H
3 
5 #include <vector>
6 
11 struct PrimaryVertexSorter {
12 
13  std::vector<reco::Vertex> sortedList(const reco::VertexCollection & primaryVertex) const;
14 
15 };
16 
17 #endif
std::vector< reco::Vertex > sortedList(const reco::VertexCollection &primaryVertex) const
std::vector< Vertex > VertexCollection
collection of Vertex objects
Definition: VertexFwd.h:9