Skip to content

DepositionReader: Adjust Logic to new Time Reference

Simon Spannagel requested to merge local_time_deposreader into master

This reworks the DepositionReader module to also allow for proper time referencing:

  • The first MCParticle of the event defines the local time zero
  • In addition, it is now possible to track the end of a MCParticle trajectory (perk of the rewriting)
  • DepositedCharges have their individual deposition time as defined by Geant4.

With this MR, the DepositionReader output is almost on par with the one from DepositionGeant4.

This MR requires MR !363 (merged) to be merged first.

Merge request reports