Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
TauAnalysis
MCEmbeddingTools
plugins
MixedGenMEtProducer.h
Go to the documentation of this file.
1
#ifndef TauAnalysis_MCEmbeddingTools_MixedGenMEtProducer_h
2
#define TauAnalysis_MCEmbeddingTools_MixedGenMEtProducer_h
3
17
#include "
FWCore/Framework/interface/EDProducer.h
"
18
#include "
FWCore/Framework/interface/Event.h
"
19
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
20
#include "
FWCore/Utilities/interface/InputTag.h
"
21
22
class
MixedGenMEtProducer
:
public
edm::EDProducer
23
{
24
public
:
25
explicit
MixedGenMEtProducer
(
const
edm::ParameterSet
&);
26
~MixedGenMEtProducer
() {}
27
28
private
:
29
virtual
void
produce
(
edm::Event
&,
const
edm::EventSetup
&);
30
31
edm::InputTag
srcGenParticles1_
;
32
edm::InputTag
srcGenParticles2_
;
33
edm::InputTag
srcRemovedMuons_
;
34
enum
{
kPF
,
kCalo
};
35
int
type_
;
36
bool
isMC_
;
37
};
38
39
#endif
40
MixedGenMEtProducer::srcRemovedMuons_
edm::InputTag srcRemovedMuons_
Definition:
MixedGenMEtProducer.h:33
Event.h
MixedGenMEtProducer::kCalo
Definition:
MixedGenMEtProducer.h:34
edm::EDProducer
Definition:
EDProducer.h:33
MixedGenMEtProducer::produce
virtual void produce(edm::Event &, const edm::EventSetup &)
Definition:
MixedGenMEtProducer.cc:58
MixedGenMEtProducer::~MixedGenMEtProducer
~MixedGenMEtProducer()
Definition:
MixedGenMEtProducer.h:26
ParameterSet.h
MixedGenMEtProducer::kPF
Definition:
MixedGenMEtProducer.h:34
MixedGenMEtProducer
Definition:
MixedGenMEtProducer.h:22
MixedGenMEtProducer::srcGenParticles2_
edm::InputTag srcGenParticles2_
Definition:
MixedGenMEtProducer.h:32
MixedGenMEtProducer::MixedGenMEtProducer
MixedGenMEtProducer(const edm::ParameterSet &)
Definition:
MixedGenMEtProducer.cc:13
edm::EventSetup
Definition:
EventSetup.h:44
EDProducer.h
edm::InputTag
Definition:
InputTag.h:17
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:35
MixedGenMEtProducer::type_
int type_
Definition:
MixedGenMEtProducer.h:35
edm::Event
Definition:
Event.h:62
MixedGenMEtProducer::isMC_
bool isMC_
Definition:
MixedGenMEtProducer.h:36
MixedGenMEtProducer::srcGenParticles1_
edm::InputTag srcGenParticles1_
Definition:
MixedGenMEtProducer.h:31
Generated for CMSSW Reference Manual by
1.8.5