9 if (ref.
id() != productId_)
11 <<
"SiPixelClusterShapeCache caches values for SiPixelClusters with ProductID " << productId_
12 <<
", got SiPixelClusterRef with ID " << ref.
id();
13 if (ref.
index() >= data_.size())
15 <<
"SiPixelClusterShapeCache caches values for SiPixelClusters with ProductID " << productId_ <<
" that has " 16 << data_.size() <<
" clusters, got SiPixelClusterRef with index " << ref.
index();
void checkRef(const ClusterRef &cluster) const
~SiPixelClusterShapeData()
ProductID id() const
Accessor for product ID.
~SiPixelClusterShapeCache()