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
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/ParameterSet/interface/ParameterSet.h
"
11
12
#include "
DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h
"
13
14
//not a fwd declaration, to save the pain to the user to include the necessary DF header as well
15
#include "
DataFormats/METReco/interface/MET.h
"
16
24
namespace
pf2pat
{
25
26
class
PFMETAlgo
{
27
public
:
28
explicit
PFMETAlgo
(
const
edm::ParameterSet
&);
29
30
reco::MET
produce
(
const
reco::PFCandidateCollection
&
pfCandidates
)
const
;
31
32
private
:
34
double
hfCalibFactor_
;
35
37
bool
verbose_
;
38
};
39
}
// namespace pf2pat
40
41
#endif
MET.h
pf2pat::PFMETAlgo::hfCalibFactor_
double hfCalibFactor_
HF calibration factor (in 31X applied by PFProducer)
Definition:
PFMETAlgo.h:34
Frameworkfwd.h
ParameterSet.h
reco::MET
Definition:
MET.h:41
pf2pat::PFMETAlgo
Definition:
PFMETAlgo.h:26
pf2pat::PFMETAlgo::verbose_
bool verbose_
verbose ?
Definition:
PFMETAlgo.h:37
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:48
PFCandidateFwd.h
Generated for CMSSW Reference Manual by
1.8.14