CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonMETcorrInputProducer.h
Go to the documentation of this file.
1 #ifndef JetMETCorrections_Type1MET_MuonMETcorrInputProducer_h
2 #define JetMETCorrections_Type1MET_MuonMETcorrInputProducer_h
3 
22 
23 #include <string>
24 
26 {
27  public:
28 
31 
32  private:
33 
34  void produce(edm::Event&, const edm::EventSetup&);
35 
36  std::string moduleLabel_;
37 
38  edm::InputTag src_; // collection of muon candidates
39 
40  edm::InputTag srcMuonCorrections_; // collection of CaloMET muon corrections
41 };
42 
43 #endif
44 
45 
46 
47 
48 
void produce(edm::Event &, const edm::EventSetup &)
MuonMETcorrInputProducer(const edm::ParameterSet &)