CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrimaryVertexSorter.cc
Go to the documentation of this file.
4 
5 using namespace reco;
6 
8 PrimaryVertexSorter::sortedList(const VertexCollection & unsortedPVColl) const
9 {
10  VertexCollection pvs = unsortedPVColl;
11  sort(pvs.begin(), pvs.end(), VertexHigherPtSquared());
12  return pvs;
13 }
std::vector< reco::Vertex > sortedList(const reco::VertexCollection &primaryVertex) const
std::vector< Vertex > VertexCollection
collection of Vertex objects
Definition: VertexFwd.h:9