HerdSoftware
0.1.1
|
Container for the particle hits of a single FIT detector. More...
#include <dataobjects/FitParticleHits.h>
Container for the particle hits of a single FIT detector.
The container contains all the detailed hits of a single (eg. top) fit detector. 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 silicon detector 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