HerdSoftware  0.1.1
SiliconDetectorParticleHits Class Reference

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

#include <dataobjects/SiliconDetectorParticleHits.h>

Detailed Description

Container for the particle hits of a single SILICONDETECTOR detector.

The container contains all the detailed hits of a single (eg. top) silicon 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


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