CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFchsMETcorrInputProducer.h
Go to the documentation of this file.
1 #ifndef JetMETCorrections_Type1MET_PFchsMETcorrInputProducer_h
2 #define JetMETCorrections_Type1MET_PFchsMETcorrInputProducer_h
3 
24 
26 
29 
30 #include <string>
31 
33 {
34  public:
35 
38 
39  private:
40 
41  void produce(edm::Event&, const edm::EventSetup&);
42 
43  std::string moduleLabel_;
44 
45  edm::InputTag src_; // input vertex collection
46 
47  unsigned goodVtxNdof_;
48  double goodVtxZ_;
49 
50 
51 };
52 
53 #endif
54 
55 
56 
57 
PFchsMETcorrInputProducer(const edm::ParameterSet &)
void produce(edm::Event &, const edm::EventSetup &)