Skip to content

Moving model-specific methods to DetectorModel

Radek Privara requested to merge rprivara/allpix-squared:DetShift into master

This is a proposal to move some of the Detector methods to DetectorModel to allow model-specific behavior. It is useful for implementation of detector models that use non-standard features, such as irregular pixel arrangement or geometry, that require different handling than the usual pixel matrix detector models.

Merge request reports