Skip to content

fix an infinite loop in muon punch through simulation

Tong Qiu requested to merge tqiu/athena:tong-dev-infloop into master

Attempt to fix an infinite loop in the fast simulation in the Jira ticket.

The fix limits the number of attempts which determines the punch-though particles' energy to 10000. Minimal energy + 10 MeV is set if the limit is exceeded.

Merge request reports