HerdSoftware  0.3.2
PsdParticleHits Class Reference

Container for the particle hits of a single PSD detector. More...

#include <dataobjects/PsdParticleHits.h>

Detailed Description

Container for the particle hits of a single PSD detector.

The container contains all the detailed hits of a single (eg. top) PSD 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 PSD layers, e.g. 1 for tile PSD and 2 for bar PSD. 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


The documentation for this class was generated from the following file: