- May 22, 2020
-
-
- May 12, 2020
-
-
Goetz Gaycken authored
Also, the SolenoidParametrization is turned into conditions data.
-
- May 06, 2020
-
-
Christos Anastopoulos authored
-
- Apr 29, 2020
-
-
- Apr 22, 2020
-
-
Goetz Gaycken authored
If the flag is set the TRT error scaling will use mu from either the offline or online luminosity conditions data.
-
Goetz Gaycken authored
-
Goetz Gaycken authored
-
- Feb 24, 2020
-
-
scott snyder authored
Further fixes for python 3.
-
- Feb 18, 2020
-
-
Goetz Gaycken authored
-
- Feb 10, 2020
-
-
- Feb 07, 2020
-
-
Christian Grefe authored
-
- Feb 06, 2020
-
-
Christian Grefe authored
-
- Jan 30, 2020
-
-
Edson Carquin Lopez authored
-
-
- Jan 29, 2020
-
-
TRT alignment code: move to conditions handle, migrate client TRT_DetElementsRoadMaker, remove callback and create new conditions alg. Removing Cache Adding TRT_DetElementsRoadCondAlg_xk to the sequence within the new tracking configuration Remove alignment callback from TRT_DetElementsRoadMaker_xk Including TRT_DetElementsRoadCondAlg into InDetTrigConfigRecNewTracking.py and cleaning unused variables, commented out lines and lines included for debugging Updating/adding copyright statements.
-
- Jan 14, 2020
-
-
- Jan 06, 2020
-
-
Goetz Gaycken authored
Use the average interactions per crossing from the luminosity conditions data for the TRT drift circle mu corrections. This works around the problem that the average interactions per crossing is currently not set in the xAOD event info. The mu correction is current disabled in the configuration to avoid output changes.
-
- Dec 09, 2019
-
-
Anthony Morley authored
-
Anthony Morley authored
-
- 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.
-
- Nov 04, 2019
-
-
Goetz Gaycken authored
This fixes the configuration when running InDetPhysValMonitoring.
-
- Oct 25, 2019
-
-
- Sep 16, 2019
-
-
Goetz Gaycken authored
The association map is stored in storegate for cases in which the PRD association is shared across multiple algorithms. The PRD_AssociationTool is still used for the cases in which the PRD association is shared between multiple tools but which are all related to a single algorithm instance. Thus, the PRD_AssociationTool still has to be public for tha latter cases. The current configuration does not ensure that tool instances are confined to single algorithms. Thus, in case of more than one thread, different algorithms may still operate concurrently on the same internal association map, which can be mitigated by configuration changes (to be done).
-
- 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.
-
- Apr 16, 2019
-
-
Walter Lampl authored
-
- Apr 11, 2019
-
-
Frank Winklmeier authored
Use the logging infrastructure to print DEBUG messages.
-
- 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
-
- Aug 13, 2018
-
-
Tatyana Kharlamova authored
Former-commit-id: 66cbae77
-
- Jul 18, 2018
-
-
Goetz Gaycken authored
This restores the override properties of the original error scaling tool and allows to provide custom error scalaing parameters without a custom database. Former-commit-id: 59055193
-
Goetz Gaycken authored
The Pixel, SCT and TRT RIO on track error scaling is now handled by specialised conditions data rather than a tool where the conditions data is created by conditions algorithm. Former-commit-id: 54495adb
-