CMS 3D CMS Logo

MuonMET.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: METProducers
4 // Class: MuonMET
5 //
6 
7 //____________________________________________________________________________||
8 #ifndef RecoMET_MuonMET_h
9 #define RecoMET_MuonMET_h
10 
11 //____________________________________________________________________________||
16 
20 
22 
23 //____________________________________________________________________________||
24 namespace cms {
25  class MuonMET : public edm::stream::EDProducer<> {
26  public:
27  explicit MuonMET(const edm::ParameterSet&);
28  explicit MuonMET();
29  ~MuonMET() override {}
30  void produce(edm::Event&, const edm::EventSetup&) override;
31 
32  private:
35 
40  };
41 } // namespace cms
42 
43 //____________________________________________________________________________||
44 #endif // RecoMET_MuonMET_h
edm::EDGetTokenT< edm::View< reco::MET > > inputMETToken_
Definition: MuonMET.h:39
edm::EDGetTokenT< edm::View< reco::Muon > > inputMuonToken_
Definition: MuonMET.h:36
MuonMETAlgo alg_
Definition: MuonMET.h:33
void produce(edm::Event &, const edm::EventSetup &) override
Definition: MuonMET.cc:37
edm::InputTag metTypeInputTag_
Definition: MuonMET.h:34
edm::EDGetTokenT< edm::ValueMap< reco::MuonMETCorrectionData > > inputValueMapMuonMetCorrToken_
Definition: MuonMET.h:37
~MuonMET() override
Definition: MuonMET.h:29
Namespace of DDCMS conversion namespace.
edm::EDGetTokenT< edm::View< reco::CaloMET > > inputCaloMETToken_
Definition: MuonMET.h:38