acts icon indicating copy to clipboard operation
acts copied to clipboard

GSF throws warnings regularly with ODD

Open andiwand opened this issue 1 year ago • 3 comments

I see the following warning quite often with the GSF and the ODD:

Encountered 47 cases where x/X0 exceeds the range of the Bethe-Heitler-Approximation. The maximum x/X0 encountered was 2.0238. Enable DEBUG output for more information.

To avoid CI failures I had to reduce the number of events we run in test_examples with https://github.com/acts-project/acts/pull/3733.

@benjaminhuth mentioned that we may have to re-parametrize the energy loss polynom or to understand why we encounter such thick material in the ODD.

andiwand avatar Oct 16 '24 08:10 andiwand

https://github.com/acts-project/acts/pull/3739 improves the situation by clamping X/X0 to the valid range of the approximation.

Still open

  • [ ] investigate where and why we exceed the valid input range of the approximation
  • [ ] define a procedure to train/retrain the approximation
  • [ ] retrain the approximation for the ODD if necessary

andiwand avatar Oct 19 '24 12:10 andiwand

devmeeting: The problem is not ODD specific and can also be seen in ATHENA on the ITk.

AJPfleger avatar Oct 22 '24 15:10 AJPfleger

This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs.

github-actions[bot] avatar Dec 21 '24 13:12 github-actions[bot]