CMS 3D CMS Logo

ClusterRemovalInfo.cc
Go to the documentation of this file.
2 
3 namespace reco {
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
SiPixelClusterRefProd pixelProd_
SiPixelClusterRefProd pixelNewProd_
SiStripClusterRefProd stripNewProd_
void swap(RefProd< C > &)
Definition: RefProd.h:173
fixed size matrix
SiStripClusterRefProd stripProd_
void swap(reco::ClusterRemovalInfo &cri1, reco::ClusterRemovalInfo &cri2)
void swap(reco::ClusterRemovalInfo &other)