CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrimaryVertexSorting.h
Go to the documentation of this file.
1 #ifndef CommonTools_RecoAlgos_PrimaryVertexSorting_
2 #define CommonTools_RecoAlgos_PrimaryVertexSorting_
3 
7 
9 
14 
15 
16 
18  public:
20 
22  //minJetPt_(iConfig.getParameter<double>("minJetPt")),
23  {}
24 
26  float score(const reco::Vertex & pv, const std::vector<const reco::Candidate *> & candidates , bool useMet) const ;
27 
28 
29 
30 
31  private :
32 };
33 
34 #endif