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
RecoMET
METProducers
interface
TCMETProducer.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: METProducers
4
// Class: TCMETProducer
5
//
13
//
14
//
15
//
16
17
//____________________________________________________________________________||
18
#ifndef TCMETProducer_h
19
#define TCMETProducer_h
20
21
//____________________________________________________________________________||
22
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
23
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
24
25
#include "
FWCore/Framework/interface/Event.h
"
26
#include "
FWCore/Framework/interface/MakerMacros.h
"
27
28
#include "
DataFormats/Common/interface/View.h
"
29
#include "
DataFormats/Candidate/interface/Candidate.h
"
30
#include "
RecoMET/METAlgorithms/interface/TCMETAlgo.h
"
31
32
//____________________________________________________________________________||
33
namespace
cms
{
34
class
TCMETProducer
:
public
edm::stream::EDProducer
<> {
35
public
:
36
explicit
TCMETProducer
(
const
edm::ParameterSet
&);
37
~TCMETProducer
()
override
{}
38
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
39
40
private
:
41
TCMETAlgo
tcMetAlgo_
;
42
};
43
}
// namespace cms
44
45
//____________________________________________________________________________||
46
#endif // TCMETProducer_h
EDProducer.h
cms::TCMETProducer::tcMetAlgo_
TCMETAlgo tcMetAlgo_
Definition:
TCMETProducer.h:41
Event.h
Frameworkfwd.h
TCMETAlgo.h
Candidate.h
cms::TCMETProducer::TCMETProducer
TCMETProducer(const edm::ParameterSet &)
Definition:
TCMETProducer.cc:22
View.h
TCMETAlgo
Definition:
TCMETAlgo.h:68
edm::EventSetup
Definition:
EventSetup.h:56
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:41
cms::TCMETProducer
Definition:
TCMETProducer.h:34
edm::stream::EDProducer
Definition:
EDProducer.h:36
cms::TCMETProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
TCMETProducer.cc:31
cms::TCMETProducer::~TCMETProducer
~TCMETProducer() override
Definition:
TCMETProducer.h:37
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::Event
Definition:
Event.h:73
MakerMacros.h
Generated for CMSSW Reference Manual by
1.8.14