- Sep 24, 2020
-
-
Goetz Gaycken authored
Allow the PixelClusterOnTrackTool to renounce the input cluster splitting probability map. This is used to suppress implicit circular dependency warnings when the PixelClusterOnTrackTool is used indirectly by the ambiguity resolver where the ambiguity resolver produces the cluster splitting probability map which is read by the PixelClusterOnTrackTool.
-
Goetz Gaycken authored
Originally the cluster splitting probabilities were stored in a reserved word of the corresponding PixelClusters. This however required to update a collection already stored in StoreGate i.e. was not thread-safe. Now the splitting probabilities are stored in separate maps, which are copied and updated when passed from algorithm to algorithm. The algorithms record the map at the very beginning to allow their tools (PixelClusterOnTrackTool) to access the map via read handles rather than passing the map down the call chain explicitly.
-
Goetz Gaycken authored
-
- Sep 22, 2020
-
-
amete authored
-
- Sep 21, 2020
-
-
scott snyder authored
If NnClusterizationFactory.useTTrainedNetworks is set, then we should also clear NnClusterizationFactory.NnCollectionJSONReadKey, to prevent having a spurious conditions dependency.
-
- Sep 18, 2020
-
-
- 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.
-
- Aug 04, 2020
-
-
Other changes include: snake_case -> camelCase stl math functions Removing NN configuration from new tracking cuts A temporary override of config filepath for testing purposes. Will be removed before final merge.
-
- Jul 29, 2020
-
-
Christian Grefe authored
-
- Jul 28, 2020
-
-
Stephen Nicholas Swatman authored
The RAWtoESD step of q431 was broken intentionally by the previous commit because it removes a bunch of configurations options from the hole search tool. This commit amends this by modifying several bits of configuration where an ID hole search tool is created.
-
- Jul 25, 2020
-
-
Christos Anastopoulos authored
-
- Jul 16, 2020
-
-
Goetz Gaycken authored
The TRT_SegmentsToTrack requires a PRDtoTrackMap to compute shared TRT hits. The map is produced when creating the alternative TRT standalone tracks. Thus, the has to be produced first.
-
- Jul 10, 2020
-
-
Nora Emilia Pettersson authored
-
- Jul 08, 2020
-
-
Nora Emilia Pettersson authored
Add configurable flag ofr CaloClusterEt for ROiSeed in NewTrackingCuts and changing default cutlevel to 19
-
Nora Emilia Pettersson authored
-
- Jul 07, 2020
-
-
-
Nora Emilia Pettersson authored
-
Nora Emilia Pettersson authored
-
- 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.
-