- Feb 18, 2021
-
-
- Feb 15, 2021
-
-
Ben Wynne authored
-
- Jan 22, 2021
-
-
Goetz Gaycken authored
-
By toggling a flag the TrackingGeometry conditions data is used instead of the TrackingGeometrySvc in the Navigator.
-
- Jan 06, 2021
-
-
Frank Winklmeier authored
Enable flake8 and make code compliant. Most of this code is legacy and where the fixes would have been too numerous/intrusive mark the entire file with `noqa`. Also delete unused `EFIDUtils.py`.
-
- Nov 08, 2020
-
-
Christian Grefe authored
-
Christian Grefe authored
-
Christian Grefe authored
-
- Sep 21, 2020
-
-
scott snyder authored
Don't use `is' with string literal.
-
- Sep 14, 2020
-
-
Goetz Gaycken authored
- remove the pixel covariance correction, - remove dRmap based identification of collimated tracks, - remove creation of dRmap. All of the above is unused and was not properly migrated to athenaMT.
-
- Jul 28, 2020
-
-
Stephen Nicholas Swatman authored
There are a few remaining configuration scripts that do not get used by q431 but which we should still migrate to use the new boundary checking tool. This commit adapts those files to use the new tool, often creating a new tool for it and using that in lieu of the old configuration parameters.
-
- May 22, 2020
-
-
- Apr 22, 2020
-
-
Stewart Martin-Haugh authored
-
- Apr 20, 2020
-
-
Peter Hansen authored
-
- Apr 16, 2020
-
-
- Feb 10, 2020
-
-
s6phkoen authored
-
- Feb 07, 2020
-
-
Christian Grefe authored
-
- Dec 13, 2019
-
-
scott snyder authored
- print function. - also fix use of exec, has_key, and argument destructuring.
-
- Nov 25, 2019
-
-
- Nov 21, 2019
-
-
Clean up logic in GSF extrapolator -- still needs some work but this is a little less verbose and confusing
-
- Nov 18, 2019
-
-
- Use a PRD-to-track map rather than the PRD_AssociationTool which conains a PRD-to-track map internally. This is needed to resolve ATLASRECTS-5005. - Made all methods const. - The score processor does not create track copies anymore, thus PRD-to-track maps stay valid for scored tracks. - The ambiguity processors now use a helper class which manages the new and original tracks i.e. tracks with mixed ownership, and creates track copies only for the final track collection if necessary. - Moved debug ntuple code of simple ambiguity processor to a new derived class, to improve the readability.
-
- Sep 17, 2019
-
-
Goetz Gaycken authored
-
- Sep 10, 2019
-
-
Goetz Gaycken authored
- provide methods to create fitters with all its tools which use customized pixel cluster on track tools with configurable split cluster maps, and - use these methods to create fitters for extended track collections, which require different split cluster maps. This fixes q223, which requires a special split cluster map for pixel tracks.
-
- Sep 02, 2019
-
-
Drop PixelDetectorManager from PixelClusterization and remove UsePixelDetectorManager = True from configuration
-
- Aug 16, 2019
-
-
- Aug 10, 2019
-
-
- Jul 04, 2019
-
-
Walter Lampl authored
global replacement 'PixelNnClusterNnCondAlg'-> 'PixelClusterNnCondAlg' and 'PixelNnClusterNnWithTrackCondAlg' -> 'PixelClusterNnWithTrackCondAlg' to fix ATLASRECTS-5013
-
- Jun 22, 2019
-
-
Jiří Mašík authored
It fixes the errors in ATR-19928.
-
- May 28, 2019
-
-
Peter Hansen authored
-
- May 07, 2019
-
-
- May 06, 2019
-
-
Goetz Gaycken authored
The actual hole search is performed by the ID helper tool. The only purpose of the tool was to toogle the ID hole search on or off. The latter is now handled by a boolean property as is the case for muons.
-
- Apr 16, 2019
-
-
- Apr 01, 2019
-
-
- Mar 19, 2019
-
-
Peter Hansen authored
-
- Mar 16, 2019
-
-
Peter Hansen authored
-
- Mar 11, 2019
-
-
Peter Hansen authored
-
- Mar 10, 2019
-
-
- Nov 13, 2018
-
-
Goetz Gaycken authored
- Added conditions algorithm to created TTrainedNetworks, - whcich are accessed by the NnClusterizationFactory via CondHandles (replacing the conditions callbacks). Former-commit-id: b38a3bdc
-
- Nov 04, 2018
-
-
Soshi Tsuno authored
Former-commit-id: 04d0b0124ffbefc5b42290961365e64db61926de
-