CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonMET.h
Go to the documentation of this file.
1 #ifndef RecoMET_MuonMET_h
2 #define RecoMET_MuonMET_h
3 // -*- C++ -*-
4 //
5 // Package: MuonMET
6 // Class: MuonMET
7 //
15 //
16 // Created: Wed Aug 29 2007
17 //
18 //
19 
24 
28 
29 
30 namespace cms
31 {
32  // PRODUCER CLASS DEFINITION -------------------------------------
33  class MuonMET : public edm::EDProducer
34  {
35  public:
36  explicit MuonMET( const edm::ParameterSet& );
37  explicit MuonMET();
38  virtual ~MuonMET();
39  virtual void produce( edm::Event&, const edm::EventSetup& );
40 
41 
42  private:
48 
49  };
50 }
51 
52 #endif
MuonMETAlgo alg_
Definition: MuonMET.h:43
edm::InputTag metTypeInputTag_
Definition: MuonMET.h:44
edm::InputTag muonDepValueMap_
Definition: MuonMET.h:47
virtual ~MuonMET()
Definition: MuonMET.cc:62
edm::InputTag muonsInputTag_
Definition: MuonMET.h:46
edm::InputTag uncorMETInputTag_
Definition: MuonMET.h:45
virtual void produce(edm::Event &, const edm::EventSetup &)
Definition: MuonMET.cc:65