HerdSoftware
0.4.0
|
Container for the particle hits of a single SCD detector. More...
#include <dataobjects/ScdParticleHits.h>
Container for the particle hits of a single SCD detector.
The container contains all the detailed hits of a single (eg. top) SCD. Currently it's implemented as a vector with one element per layer (element 0 is the outmost layer, i.e. most distant from the calorimeter); the number of elements is equal to the number of SCD layers. Each element is a vector of vectors of particle hits for that layer.
particleHits[iLayer][iHit].size() -> number of particle hits for hit iHit on layer iLayer particleHits[iLayer][iHit][iPartHit] -> particle hit iPartHit for hit iHit on layer iLayer