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
CommonTools
ParticleFlow
interface
PFMETAlgo.h
Go to the documentation of this file.
1
#ifndef CommonTools_ParticleFlow_PFMETAlgo_
2
#define CommonTools_ParticleFlow_PFMETAlgo_
3
4
// system include files
5
#include <memory>
6
#include <string>
7
8
// user include files
9
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
10
/* #include "FWCore/Framework/interface/EDProducer.h" */
11
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
12
13
/* #include "FWCore/Framework/interface/Event.h" */
14
/* #include "FWCore/Framework/interface/MakerMacros.h" */
15
16
#include "
DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h
"
17
18
//not a fwd declaration, to save the pain to the user to include the necessary DF header as well
19
#include "
DataFormats/METReco/interface/MET.h
"
20
28
namespace
pf2pat
{
29
30
class
PFMETAlgo
{
31
public
:
32
explicit
PFMETAlgo
(
const
edm::ParameterSet
&);
33
34
reco::MET
produce
(
const
reco::PFCandidateCollection
&
pfCandidates
)
const
;
35
36
private
:
38
double
hfCalibFactor_
;
39
41
bool
verbose_
;
42
};
43
}
// namespace pf2pat
44
45
#endif
MET.h
pf2pat::PFMETAlgo::hfCalibFactor_
double hfCalibFactor_
HF calibration factor (in 31X applied by PFProducer)
Definition:
PFMETAlgo.h:38
Frameworkfwd.h
ParameterSet.h
reco::MET
Definition:
MET.h:41
pf2pat::PFMETAlgo
Definition:
PFMETAlgo.h:30
pf2pat::PFMETAlgo::verbose_
bool verbose_
verbose ?
Definition:
PFMETAlgo.h:41
zmumugammaAnalyzer_cfi.pfCandidates
pfCandidates
Definition:
zmumugammaAnalyzer_cfi.py:11
reco::PFCandidateCollection
std::vector< reco::PFCandidate > PFCandidateCollection
collection of PFCandidates
Definition:
PFCandidateFwd.h:12
pf2pat
Definition:
ElectronIDPFCandidateSelectorDefinition.h:22
pf2pat::PFMETAlgo::PFMETAlgo
PFMETAlgo(const edm::ParameterSet &)
Definition:
PFMETAlgo.cc:17
pf2pat::PFMETAlgo::produce
reco::MET produce(const reco::PFCandidateCollection &pfCandidates) const
Definition:
PFMETAlgo.cc:23
edm::ParameterSet
Definition:
ParameterSet.h:47
PFCandidateFwd.h
Generated for CMSSW Reference Manual by
1.8.14