SiPixelDigisClustersFromSoA
Link on github.
After the CUDA to SoA conversion has executed,
the data (which is in SiPixelDigisCUDASOA
format)
is copied to edm::DetSetVector
s (of PixelDigi
s
and edmNew::DetSetVector
s of SiPixelCluster
s)
flowchart
cudasoa[SiPixelDigisCUDASOA] --> detsetpix[edm::DetSetVector of PixelDigi]
cudasoa --> detsetclus[edmNew::DetSetVectorNew of SiPixelCluster]
See also: edm::DetSetVector
.
Warning
- For clusters (stored in the
outputClusters
variable), anedmNew::DetSetVector<SiPixelCluster>
is used (a.k.aSiPixelClusterCollectionNew
, found inSiPixelCluster.h
). - For pixel digis (stored in the
collection
variable), anedm::DetSetVector<PixelDigi>
is used (seePixelDigi
s).