Carlo Varni
Carlo Varni
Setting `s_binningValues` as `const` as well. The Atlas Thread-check is complaining about this since it suspect this may be not thread safe.
When running KF refitting on a tt-bar sample with pile-up (mu 200), ACTS reports the following error message: ``` ActsReFitterAlg.ActsKalmanFitter.Acts Kalman Refit ERROR KalmanFilter failed: KalmanFitterError:5, No measurement detected during...
as the title says. Most likely the second is not an issue since it's just a proxy ... but still it does not hurt
Changes to improve the measurement selector /cc @andiwand and @goetzgaycken
Read-only implementation of the space point EDM, following the examples from Tracks and MTJ. The seeding infrastructures have been adapted to this, both the default and orthogonal seeding. This also...
In Athena we have ocurences of these errors in our tests. For now we are masking these errors but they need to be solved. ```console 18:09:54 ActsTrackFindingAlg.Acts ERROR Step failed...
Adding some `VERBOSE` statements in the Grid creation and Filling. Will so the same for other parts of the seeding in other PRs
Several changes: - Add concepts for the Cylindrical grid (creation and filling) - Add concepts to the seed finder - Changes to the `SeedFinderConfig`: (1) Defining an enum `Acts::SeedFinding::MiddleRadialStrategy` (instead...
As of not the `Acts::SpacePointContainer` object stores a collection of proxies internally. This was necessary due to the fact that seed finders runs on the proxies and return a collection...