Skip to content

Optimisation of radiation damage simulation

Tomas Dado requested to merge tdado/athena:PixelDigitizationOptimisation into master

This MR does few small things

  • Removes useless variable
  • Moves some code outside of the loop
  • Stores the value of the member variable outside of the loop - this was identified by vtune to be slow

Has no impact on the output

cc @tbisanz

Merge request reports