CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SysShiftMETcorrInputProducer.h
Go to the documentation of this file.
1 #ifndef JetMETCorrections_Type1MET_SysShiftMETcorrInputProducer_h
2 #define JetMETCorrections_Type1MET_SysShiftMETcorrInputProducer_h
3 
22 
23 #include <TFormula.h>
24 
25 #include <string>
26 
28 {
29  public:
30 
33 
34  private:
35 
36  void produce(edm::Event&, const edm::EventSetup&);
37 
38  std::string moduleLabel_;
39 
40  edm::InputTag src_; // PFCandidate input collection
41  edm::InputTag srcVertices_; // Vertex input collection
42 
43  TFormula* corrPx_;
44  TFormula* corrPy_;
45 };
46 
47 #endif
48 
49 
50 
51 
SysShiftMETcorrInputProducer(const edm::ParameterSet &)
void produce(edm::Event &, const edm::EventSetup &)