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
SiStripCluster
src
SiStripApproximateClusterCollection.cc
Go to the documentation of this file.
1
#include "
DataFormats/SiStripCluster/interface/SiStripApproximateClusterCollection.h
"
2
3
void
SiStripApproximateClusterCollection::reserve
(std::size_t dets, std::size_t
clusters
) {
4
detIds_
.reserve(dets);
5
beginIndices_
.reserve(dets);
6
clusters_
.reserve(
clusters
);
7
}
8
9
SiStripApproximateClusterCollection::Filler
SiStripApproximateClusterCollection::beginDet
(
unsigned
int
detId
) {
10
detIds_
.push_back(
detId
);
11
beginIndices_
.push_back(
clusters_
.size());
12
return
Filler
(
clusters_
);
13
}
SiStripApproximateClusterCollection::beginDet
Filler beginDet(unsigned int detId)
Definition:
SiStripApproximateClusterCollection.cc:9
SiStripApproximateClusterCollection::reserve
void reserve(std::size_t dets, std::size_t clusters)
Definition:
SiStripApproximateClusterCollection.cc:3
SiStripApproximateClusterCollection::Filler
Definition:
SiStripApproximateClusterCollection.h:18
SiStripApproximateClusterCollection.h
hcalRecHitTable_cff.detId
detId
Definition:
hcalRecHitTable_cff.py:12
SiStripApproximateClusterCollection::detIds_
std::vector< unsigned int > detIds_
Definition:
SiStripApproximateClusterCollection.h:102
SiStripApproximateClusterCollection::beginIndices_
std::vector< unsigned int > beginIndices_
Definition:
SiStripApproximateClusterCollection.h:103
SiStripApproximateClusterCollection::clusters_
std::vector< SiStripApproximateCluster > clusters_
Definition:
SiStripApproximateClusterCollection.h:104
bsc_activity_cfg.clusters
clusters
Definition:
bsc_activity_cfg.py:36
Generated for CMSSW Reference Manual by
1.8.14