Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RecoMET
METProducers
interface
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
//____________________________________________________________________________||
12
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
13
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
14
#include "
FWCore/Framework/interface/Event.h
"
15
#include "
FWCore/Framework/interface/MakerMacros.h
"
16
17
#include "
DataFormats/METReco/interface/MET.h
"
18
#include "
DataFormats/METReco/interface/CaloMET.h
"
19
#include "
DataFormats/MuonReco/interface/MuonMETCorrectionData.h
"
20
21
#include "
RecoMET/METAlgorithms/interface/MuonMETAlgo.h
"
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
:
33
MuonMETAlgo
alg_
;
34
edm::InputTag
metTypeInputTag_
;
35
36
edm::EDGetTokenT<edm::View<reco::Muon>
>
inputMuonToken_
;
37
edm::EDGetTokenT<edm::ValueMap<reco::MuonMETCorrectionData>
>
inputValueMapMuonMetCorrToken_
;
38
edm::EDGetTokenT<edm::View<reco::CaloMET>
>
inputCaloMETToken_
;
39
edm::EDGetTokenT<edm::View<reco::MET>
>
inputMETToken_
;
40
};
41
}
// namespace cms
42
43
//____________________________________________________________________________||
44
#endif // RecoMET_MuonMET_h
cms::MuonMET::inputMETToken_
edm::EDGetTokenT< edm::View< reco::MET > > inputMETToken_
Definition:
MuonMET.h:39
MET.h
Event.h
MakerMacros.h
cms::MuonMET::inputMuonToken_
edm::EDGetTokenT< edm::View< reco::Muon > > inputMuonToken_
Definition:
MuonMET.h:36
cms::MuonMET::alg_
MuonMETAlgo alg_
Definition:
MuonMET.h:33
MuonMETCorrectionData.h
edm::EDGetTokenT
Definition:
EDGetToken.h:33
Frameworkfwd.h
cms::MuonMET::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
MuonMET.cc:37
EDProducer.h
cms::MuonMET::MuonMET
MuonMET()
Definition:
MuonMET.cc:35
cms::MuonMET::metTypeInputTag_
edm::InputTag metTypeInputTag_
Definition:
MuonMET.h:34
cms::MuonMET::inputValueMapMuonMetCorrToken_
edm::EDGetTokenT< edm::ValueMap< reco::MuonMETCorrectionData > > inputValueMapMuonMetCorrToken_
Definition:
MuonMET.h:37
cms::MuonMET::~MuonMET
~MuonMET() override
Definition:
MuonMET.h:29
edm::EventSetup
Definition:
EventSetup.h:59
MuonMETAlgo.h
cms::MuonMET
Definition:
MuonMET.h:25
MuonMETAlgo
Definition:
MuonMETAlgo.h:39
edm::stream::EDProducer
Definition:
EDProducer.h:36
edm::InputTag
Definition:
InputTag.h:15
edm::ParameterSet
Definition:
ParameterSet.h:47
CaloMET.h
edm::Event
Definition:
Event.h:73
cms::MuonMET::inputCaloMETToken_
edm::EDGetTokenT< edm::View< reco::CaloMET > > inputCaloMETToken_
Definition:
MuonMET.h:38
Generated for CMSSW Reference Manual by
1.8.5