CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ShiftedPFCandidateProducerForNoPileUpPFMEt.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_PatUtils_ShiftedPFCandidateProducerForNoPileUpPFMEt_h
2 #define PhysicsTools_PatUtils_ShiftedPFCandidateProducerForNoPileUpPFMEt_h
3 
31 
34 
36 
37 #include <string>
38 #include <vector>
39 
41 {
42  public:
43 
46 
47  private:
48 
49  void produce(edm::Event&, const edm::EventSetup&);
50 
51  std::string moduleLabel_;
52 
55 
57  std::string jetCorrPayloadName_;
61 
62  double minJetPt_;
63 
64  double shiftBy_;
65 
67 };
68 
69 #endif
70 
71 
72 
73