HerdSoftware  0.1.1
ScdParticleHits Class Reference

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

#include <dataobjects/ScdParticleParticleHits.h>

Detailed Description

Container for the particle hits of a single SCD detector.

The container contains all the particle hits of a single (eg. top) SCD 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 single-sided silicon layers, e.g. 12 if there are 6 XY double layers. Each element is the vector of hits for that layer. Some examples:

particleHits[iLayer].size() -> number of hits in layer iLayer particleHits[iLayer][iHit] -> hit iHit from layer iLayer


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