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
DataFormats
ParticleFlowReco
src
HGCalMultiCluster.cc
Go to the documentation of this file.
1
#include "
DataFormats/ParticleFlowReco/interface/HGCalMultiCluster.h
"
2
3
using namespace
reco
;
4
5
HGCalMultiCluster::HGCalMultiCluster
(
double
energy
,
double
x,
double
y,
double
z,
ClusterCollection
&thecls)
6
:
PFCluster
(
PFLayer
::HGCAL,
energy
,
x
, y, z), myclusters(thecls) {
7
assert
(!
myclusters
.empty() &&
"Invalid cluster collection, zero length."
);
8
}
reco::PFCluster
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition:
PFCluster.h:42
HGCalMultiCluster.h
cms::cuda::assert
assert(be >=bs)
hcalRecHitTable_cff.energy
energy
Definition:
hcalRecHitTable_cff.py:13
reco::HGCalMultiCluster::myclusters
edm::PtrVector< reco::BasicCluster > myclusters
Definition:
HGCalMultiCluster.h:32
reco::HGCalMultiCluster::HGCalMultiCluster
HGCalMultiCluster()
Definition:
HGCalMultiCluster.h:17
PFLayer
layer definition for PFRecHit and PFCluster
Definition:
PFLayer.h:20
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
x
float x
Definition:
beamSpotDipStandalone.cc:55
edm::PtrVector
Definition:
PtrVector.h:36
Generated for CMSSW Reference Manual by
1.8.14