- Jun 30, 2020
-
-
Adam Edward Barton authored
-
- Jun 26, 2020
-
-
rename TRT_BSErrContainer into TRT_BSErrContainer_p1 (to serve as persistent version), create new transient TRT_BSErrContainer mimicking the interface of the TRT_ByteStream_ConditionsSvc
-
- Jun 18, 2020
-
-
Susumu Oda authored
-
- Jun 11, 2020
-
-
scott snyder authored
The thread-safety checker was not properly checking calls to virtual functions. When that is fixed, we get a warning about the call to IPRDtoTrackMapExchange::setPRDtoTrackMap. This is indeed not thread safe, and is supposed to be used only for backwards compatibility with run 2. To resolve this, split out the non-thread-safe part into a separate function. We suppress the thread-safety checker warning in the call to it, but we also explicitly check and fail the job if we're running such a run 2 configuration with more than one thread.
-
- Jun 01, 2020
-
-
- May 28, 2020
-
-
Add using std::abs as protection against missing #include <cmath> when using namespace std is used.
-
Stewart Martin-Haugh authored
-
- May 27, 2020
-
-
Stewart Martin-Haugh authored
-
- May 15, 2020
-
-
Stewart Martin-Haugh authored
-
- Apr 11, 2020
-
-
- Apr 09, 2020
-
-
- Mar 27, 2020
-
-
Tomasz Bold authored
-
- Mar 25, 2020
-
-
Tomasz Bold authored
-
- Mar 04, 2020
-
-
- Feb 26, 2020
-
-
Stewart Martin-Haugh authored
-
Stewart Martin-Haugh authored
-
- Feb 20, 2020
-
-
- Jan 10, 2020
-
-
Goetz Gaycken authored
-
- Dec 24, 2019
-
-
- Dec 10, 2019
-
-
- Nov 25, 2019
-
-
- Nov 20, 2019
-
-
Goetz Gaycken authored
- Moved mutable members into EventData struct or replaced them by local variables which are passed through. - Made member functions constant. - Removed remaining magnetic field init callback. Field mode now adjusted per event. - Removed most stream operators to dump tools. The dump methods which provide the actual functionality are still available.
-
- 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.
-
- Oct 25, 2019
-
-
Christos Anastopoulos authored
-
- Oct 17, 2019
-
-
scott snyder authored
Fix path for TrkEventUtils.
-
- Oct 07, 2019
-
-
- Sep 17, 2019
-
-
Goetz Gaycken authored
-
- 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
-
-
- Sep 04, 2019
-
-
- Sep 02, 2019
-
-
Drop PixelDetectorManager from PixelClusterization and remove UsePixelDetectorManager = True from configuration
-
- Aug 30, 2019
-
-
- Aug 27, 2019
-
-
- Aug 02, 2019
-
-
Frank Winklmeier authored
The `used_packages.html` files are a relic from CMT times, hopelessly outdated and not useful anymore.
-
- Jul 02, 2019
-
-
- Jun 04, 2019
-
-
Frank Winklmeier authored
Enable static thread checker for all packages in InDetTrigRecAlgs. Exclude a few files with legacy trigger code from checks.
-
- Jun 03, 2019
-
-
Rename SiSpacePointsSeedTool_xk/EventData to SiSPSeededTrackFinderData/SiSpacePointsSeedMakerEventData
-
- May 31, 2019
-
-
Remove << operators and dump(SiTrackMakerEventData_xk& data, std::ostream& out) because they are not so useful due to the separation of event dependent data, SiTrackMakerEventData_xk.
-