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
RecoJets
JetAlgorithms
interface
FixedGridEnergyDensity.h
Go to the documentation of this file.
1
#ifndef FIXEDGRIDENERGYDENSITY_H
2
#define FIXEDGRIDENERGYDENSITY_H
3
4
#include "
DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h
"
5
6
class
FixedGridEnergyDensity
{
7
public
:
8
FixedGridEnergyDensity
(
const
reco::PFCandidateCollection
*
input
) {
pfCandidates
=
input
; }
9
~FixedGridEnergyDensity
(){};
10
enum
EtaRegion
{
Central
,
Forward
,
All
};
11
float
fixedGridRho
(
EtaRegion
etaRegion
=
Central
);
12
float
fixedGridRho
(std::vector<float>&
etabins
, std::vector<float>& phibins);
13
14
private
:
15
const
reco::PFCandidateCollection
*
pfCandidates
;
16
};
17
18
#endif
defaults_cfi.etabins
etabins
Definition:
defaults_cfi.py:7
FixedGridEnergyDensity::pfCandidates
const reco::PFCandidateCollection * pfCandidates
Definition:
FixedGridEnergyDensity.h:15
FixedGridEnergyDensity::Forward
Definition:
FixedGridEnergyDensity.h:10
FixedGridEnergyDensity::Central
Definition:
FixedGridEnergyDensity.h:10
FixedGridEnergyDensity::FixedGridEnergyDensity
FixedGridEnergyDensity(const reco::PFCandidateCollection *input)
Definition:
FixedGridEnergyDensity.h:8
input
static std::string const input
Definition:
EdmProvDump.cc:50
FixedGridEnergyDensity::~FixedGridEnergyDensity
~FixedGridEnergyDensity()
Definition:
FixedGridEnergyDensity.h:9
FixedGridEnergyDensity
Definition:
FixedGridEnergyDensity.h:6
reco::PFCandidateCollection
std::vector< reco::PFCandidate > PFCandidateCollection
collection of PFCandidates
Definition:
PFCandidateFwd.h:12
FixedGridEnergyDensity::fixedGridRho
float fixedGridRho(EtaRegion etaRegion=Central)
Definition:
FixedGridEnergyDensity.cc:11
PFCandidateFwd.h
FixedGridEnergyDensity::EtaRegion
EtaRegion
Definition:
FixedGridEnergyDensity.h:10
dyt_utils::etaRegion
etaRegion
Definition:
DynamicTruncation.h:45
FixedGridEnergyDensity::All
Definition:
FixedGridEnergyDensity.h:10
Generated for CMSSW Reference Manual by
1.8.14