CMS 3D CMS Logo

PFMETAlgo.h
Go to the documentation of this file.
1 #ifndef CommonTools_ParticleFlow_PFMETAlgo_
2 #define CommonTools_ParticleFlow_PFMETAlgo_
3 
4 // system include files
5 #include <memory>
6 #include <string>
7 
8 // user include files
10 /* #include "FWCore/Framework/interface/EDProducer.h" */
12 
13 /* #include "FWCore/Framework/interface/Event.h" */
14 /* #include "FWCore/Framework/interface/MakerMacros.h" */
15 
17 
18 //not a fwd declaration, to save the pain to the user to include the necessary DF header as well
20 
28 namespace pf2pat {
29 
30  class PFMETAlgo {
31  public:
32  explicit PFMETAlgo(const edm::ParameterSet&);
33 
35 
36  private:
39 
41  bool verbose_;
42  };
43 } // namespace pf2pat
44 
45 #endif
double hfCalibFactor_
HF calibration factor (in 31X applied by PFProducer)
Definition: PFMETAlgo.h:38
Definition: MET.h:41
bool verbose_
verbose ?
Definition: PFMETAlgo.h:41
std::vector< reco::PFCandidate > PFCandidateCollection
collection of PFCandidates
PFMETAlgo(const edm::ParameterSet &)
Definition: PFMETAlgo.cc:17
reco::MET produce(const reco::PFCandidateCollection &pfCandidates) const
Definition: PFMETAlgo.cc:23