Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoMET
METProducers
interface
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
20
#include "
FWCore/Framework/interface/EDProducer.h
"
21
#include "
FWCore/Framework/interface/Event.h
"
22
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
23
#include "
DataFormats/Common/interface/Handle.h
"
24
25
#include "
RecoMET/METAlgorithms/interface/MuonMETAlgo.h
"
26
#include "
TrackingTools/TrackAssociator/interface/TrackDetectorAssociator.h
"
27
#include "
TrackingTools/TrackAssociator/interface/TrackAssociatorParameters.h
"
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
:
43
MuonMETAlgo
alg_
;
44
edm::InputTag
metTypeInputTag_
;
45
edm::InputTag
uncorMETInputTag_
;
46
edm::InputTag
muonsInputTag_
;
47
edm::InputTag
muonDepValueMap_
;
48
49
};
50
}
51
52
#endif
TrackDetectorAssociator.h
Event.h
cms::MuonMET::alg_
MuonMETAlgo alg_
Definition:
MuonMET.h:43
Handle.h
edm::EDProducer
Definition:
EDProducer.h:21
ParameterSet.h
cms::MuonMET::metTypeInputTag_
edm::InputTag metTypeInputTag_
Definition:
MuonMET.h:44
cms::MuonMET::muonDepValueMap_
edm::InputTag muonDepValueMap_
Definition:
MuonMET.h:47
cms::MuonMET::~MuonMET
virtual ~MuonMET()
Definition:
MuonMET.cc:62
cms::MuonMET::MuonMET
MuonMET()
Definition:
MuonMET.cc:60
edm::EventSetup
Definition:
EventSetup.h:44
MuonMETAlgo.h
cms::MuonMET
Definition:
MuonMET.h:33
MuonMETAlgo
Definition:
MuonMETAlgo.h:32
EDProducer.h
cms::MuonMET::muonsInputTag_
edm::InputTag muonsInputTag_
Definition:
MuonMET.h:46
edm::InputTag
Definition:
InputTag.h:12
cms::MuonMET::uncorMETInputTag_
edm::InputTag uncorMETInputTag_
Definition:
MuonMET.h:45
edm::ParameterSet
Definition:
ParameterSet.h:35
TrackAssociatorParameters.h
edm::Event
Definition:
Event.h:50
cms::MuonMET::produce
virtual void produce(edm::Event &, const edm::EventSetup &)
Definition:
MuonMET.cc:65
Generated for CMSSW Reference Manual by
1.8.5