CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
34  ~PFMETAlgo();
35 
37 
38  private:
41 
43  bool verbose_;
44  };
45 } // namespace pf2pat
46 
47 #endif
reco::MET produce(const reco::PFCandidateCollection &pfCandidates)
Definition: PFMETAlgo.cc:25
double hfCalibFactor_
HF calibration factor (in 31X applied by PFProducer)
Definition: PFMETAlgo.h:40
Definition: MET.h:41
bool verbose_
verbose ?
Definition: PFMETAlgo.h:43
std::vector< reco::PFCandidate > PFCandidateCollection
collection of PFCandidates
PFMETAlgo(const edm::ParameterSet &)
Definition: PFMETAlgo.cc:17