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
TrackerRecHit2D
src
ClusterRemovalInfo.cc
Go to the documentation of this file.
1
#include "
DataFormats/TrackerRecHit2D/interface/ClusterRemovalInfo.h
"
2
3
namespace
reco
{
4
void
ClusterRemovalInfo::swap
(
reco::ClusterRemovalInfo
&
other
) {
5
pixelProd_
.
swap
(
other
.pixelProd_);
6
stripProd_
.
swap
(
other
.stripProd_);
7
pixelNewProd_
.
swap
(
other
.pixelNewProd_);
8
stripNewProd_
.
swap
(
other
.stripNewProd_);
9
stripIndices_
.swap(
other
.stripIndices_);
10
pixelIndices_
.swap(
other
.pixelIndices_);
11
}
12
void
swap
(
reco::ClusterRemovalInfo
&cri1,
reco::ClusterRemovalInfo
&cri2) { cri1.
swap
(cri2); }
13
}
// namespace reco
reco::ClusterRemovalInfo::pixelProd_
SiPixelClusterRefProd pixelProd_
Definition:
ClusterRemovalInfo.h:81
reco::ClusterRemovalInfo::pixelNewProd_
SiPixelClusterRefProd pixelNewProd_
Definition:
ClusterRemovalInfo.h:84
reco::ClusterRemovalInfo
Definition:
ClusterRemovalInfo.h:13
reco::ClusterRemovalInfo::stripNewProd_
SiStripClusterRefProd stripNewProd_
Definition:
ClusterRemovalInfo.h:85
reco::ClusterRemovalInfo::pixelIndices_
Indices pixelIndices_
Definition:
ClusterRemovalInfo.h:87
reco::ClusterRemovalInfo::stripIndices_
Indices stripIndices_
Definition:
ClusterRemovalInfo.h:87
trackingPlots.other
other
Definition:
trackingPlots.py:1467
edm::RefProd::swap
void swap(RefProd< C > &)
Definition:
RefProd.h:175
ClusterRemovalInfo.h
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::ClusterRemovalInfo::stripProd_
SiStripClusterRefProd stripProd_
Definition:
ClusterRemovalInfo.h:82
reco::swap
void swap(reco::ClusterRemovalInfo &cri1, reco::ClusterRemovalInfo &cri2)
Definition:
ClusterRemovalInfo.cc:12
reco::ClusterRemovalInfo::swap
void swap(reco::ClusterRemovalInfo &other)
Definition:
ClusterRemovalInfo.cc:4
Generated for CMSSW Reference Manual by
1.8.14