CMS 3D CMS Logo

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
PrimaryVertexSorting(const edm::ParameterSet &iConfig)
def pv(vc)
Definition: MetAnalyzer.py:7
float score(const reco::Vertex &pv, const std::vector< const reco::Candidate * > &candidates, bool useMet) const