CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SignPFSpecificAlgo.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: METAlgorithms
4 // Class: SignPFSpecificAlgo
5 //
12 //
13 // Authors: A. Khukhunaishvili (Cornell), L. Gibbons (Cornell)
14 // First Implementation: November 11, 2011
15 //
16 //
17 #ifndef METAlgorithms_SignPFSpecificAlgo_h
18 #define METAlgorithms_SignPFSpecificAlgo_h
19 
20 //____________________________________________________________________________||
26 
27 //____________________________________________________________________________||
28 namespace metsig {
29 
31  public:
34 
36  void addPFJets(const edm::View<reco::PFJet> *PFJets);
38  void useOriginalPtrs(const edm::ProductID &productID);
41 
42  private:
44  std::set<reco::CandidatePtr> clusteredParticlePtrs_;
46  };
47 
48 } // namespace metsig
49 
50 //____________________________________________________________________________||
51 #endif // METAlgorithms_SignPFSpecificAlgo_h
ROOT::Math::SMatrix< double, 2 > METCovMatrix
Definition: MET.h:39
reco::METCovMatrix getSignifMatrix() const
void addPFJets(const edm::View< reco::PFJet > *PFJets)
void setResolutions(metsig::SignAlgoResolutions *resolutions)
reco::METCovMatrix mkSignifMatrix(edm::Handle< edm::View< reco::Candidate > > &PFCandidates)
reco::METCovMatrix getSignifMatrix() const
void addPFCandidate(reco::PFCandidatePtr pf)
void useOriginalPtrs(const edm::ProductID &productID)
metsig::significanceAlgo algo_
metsig::SignAlgoResolutions * resolutions_
std::set< reco::CandidatePtr > clusteredParticlePtrs_