Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
L1Trigger
L1TNtuples
interface
L1TPFMetNoMuProducer.h
Go to the documentation of this file.
1
#ifndef L1TPFMetNoMuProducer_H
2
#define L1TPFMetNoMuProducer_H
3
4
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
5
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
6
#include "
FWCore/Framework/interface/Event.h
"
7
#include "
FWCore/Framework/interface/EventSetup.h
"
8
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
9
10
#include "
DataFormats/METReco/interface/PFMET.h
"
11
#include "
DataFormats/METReco/interface/PFMETCollection.h
"
12
#include "
DataFormats/MuonReco/interface/Muon.h
"
13
#include "
DataFormats/MuonReco/interface/MuonFwd.h
"
14
15
class
L1TPFMetNoMuProducer
:
public
edm::stream::EDProducer
<> {
16
public
:
17
explicit
L1TPFMetNoMuProducer
(
const
edm::ParameterSet
&ps);
18
19
private
:
20
void
produce
(
edm::Event
&
event
,
const
edm::EventSetup
&
eventSetup
)
override
;
21
22
const
edm::EDGetTokenT<reco::PFMETCollection>
thePFMETCollection_
;
23
const
edm::EDGetTokenT<reco::MuonCollection>
theMuonCollection_
;
24
};
25
#endif
L1TPFMetNoMuProducer
Definition:
L1TPFMetNoMuProducer.h:15
L1TPFMetNoMuProducer::produce
void produce(edm::Event &event, const edm::EventSetup &eventSetup) override
Definition:
L1TPFMetNoMuProducer.cc:12
EDProducer.h
PFMETCollection.h
Event.h
EventSetup.h
PFMET.h
edm::EDGetTokenT< reco::PFMETCollection >
Frameworkfwd.h
MuonFwd.h
ParameterSet.h
edm::EventSetup
Definition:
EventSetup.h:56
Muon.h
edm::stream::EDProducer
Definition:
EDProducer.h:36
L1TPFMetNoMuProducer::theMuonCollection_
const edm::EDGetTokenT< reco::MuonCollection > theMuonCollection_
Definition:
L1TPFMetNoMuProducer.h:23
L1TPFMetNoMuProducer::thePFMETCollection_
const edm::EDGetTokenT< reco::PFMETCollection > thePFMETCollection_
Definition:
L1TPFMetNoMuProducer.h:22
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::Event
Definition:
Event.h:73
options_cfi.eventSetup
eventSetup
Definition:
options_cfi.py:11
L1TPFMetNoMuProducer::L1TPFMetNoMuProducer
L1TPFMetNoMuProducer(const edm::ParameterSet &ps)
Definition:
L1TPFMetNoMuProducer.cc:6
event
Definition:
event.py:1
Generated for CMSSW Reference Manual by
1.8.14