CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Type0PFMETcorrInputProducer.h
Go to the documentation of this file.
1 #ifndef JetMETCorrections_Type1MET_Type0PFMETcorrInputProducer_h
2 #define JetMETCorrections_Type1MET_Type0PFMETcorrInputProducer_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 srcPFCandidateToVertexAssociations_; // key = vertex, value = list of PFCandidates
42 
43  TFormula* correction_;
44 
45  double minDz_;
46 };
47 
48 #endif
49 
50 
51 
52 
53 
void produce(edm::Event &, const edm::EventSetup &)
Type0PFMETcorrInputProducer(const edm::ParameterSet &)