DetSetVector
File on github.
Defined in the edm namespace, this is a template which creates
a vector which groups data per module it belongs to. It works as an
iterator, with each "row" being a vector of type T.
Each "row" is, therefore, associated with a module.
An example is a DetSetVector of PixelDigis
(see here).
Warning
Not to be confused with an edmNew::DetSetVector, a.k.a DetSetVectorNew.