acts-project / acts

Experiment-independent toolkit for (charged) particle track reconstruction in (high energy) physics experiments implemented in modern C++
https://acts.readthedocs.io
Mozilla Public License 2.0
105 stars 168 forks source link

GSF throws warnings regularly with ODD #3738

Open andiwand opened 1 month ago

andiwand commented 1 month ago

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 commented 1 month ago

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

Still open

AJPfleger commented 3 weeks ago

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