Tim Adye
Tim Adye
* Remove `InterpolatedBFieldMap` boundary check. Instead, use the under/overflow bins to return the B-field outside the grid. * Was generating ~259 errors per event (`full_chain_itk.py` ttbar+PU200), with each error generating...
Using the propagator with the ATLAS B-field map can give error messages: ``` TrackFinding ERROR Step failed with MagneticFieldError:1: Interpolation out of bounds was requested ``` This can give a...
It would be nice to have some documentation with hints for debugging ACTS. There are a few specifics: 1. how to debug C++ with the Python examples 2. setting breakpoints...
I still have the problems with occasionally dropped keys that I reported last year in #724. Since then I have upgraded FluentTerminal (now 0.7.5.0) and Windows 1909. What seems to...
Resurrect #2717 from @andiwand, updating to the latest `main`, and removing earlier test (`MyTrackFindingAlgorithm`). blocked by - https://github.com/acts-project/acts/pull/3074 - https://github.com/acts-project/acts/pull/3075 - https://github.com/acts-project/acts/pull/3076 - https://github.com/acts-project/acts/pull/3077 - https://github.com/acts-project/acts/pull/3078 - https://github.com/acts-project/acts/pull/3086
Following on from #2905, @andiwand suggested: > Maybe the branch stopper can also return if the track should be kept or not? I could imagine that we could use both...
Protect against η=`nan` in `Acts::TrackSelector::isValidTrack()`, which would `throw std::invalid_argument{"Eta is outside the abs eta bin edges"}` exception. This can come about if somehow the track θπ. We should try to...
Since C++20 supports `constexpr std::string`, we can make `ProxyAccessorBase(const std::string& _key)` constructor `constexpr`.