Main Page
Namespaces
Classes
Package Documentation
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) {
13
cri1.
swap
(cri2);
14
}
15
}
reco::ClusterRemovalInfo::pixelProd_
SiPixelClusterRefProd pixelProd_
Definition:
ClusterRemovalInfo.h:74
reco::ClusterRemovalInfo::pixelNewProd_
SiPixelClusterRefProd pixelNewProd_
Definition:
ClusterRemovalInfo.h:77
reco::ClusterRemovalInfo
Definition:
ClusterRemovalInfo.h:13
reco::ClusterRemovalInfo::stripNewProd_
SiStripClusterRefProd stripNewProd_
Definition:
ClusterRemovalInfo.h:78
reco::ClusterRemovalInfo::pixelIndices_
Indices pixelIndices_
Definition:
ClusterRemovalInfo.h:80
reco::ClusterRemovalInfo::stripIndices_
Indices stripIndices_
Definition:
ClusterRemovalInfo.h:80
trackingPlots.other
other
Definition:
trackingPlots.py:1453
edm::RefProd::swap
void swap(RefProd< C > &)
Definition:
RefProd.h:190
ClusterRemovalInfo.h
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:44
reco::ClusterRemovalInfo::stripProd_
SiStripClusterRefProd stripProd_
Definition:
ClusterRemovalInfo.h:75
reco::ClusterRemovalInfo::swap
void swap(reco::ClusterRemovalInfo &other)
Definition:
ClusterRemovalInfo.cc:4
Generated for CMSSW Reference Manual by
1.8.11