- Aug 24, 2020
-
-
Use IDCInDetBSErrContainer for SCT_FlaggedCondData instead of SCT_FlaggedCondData in WriteInDetESD.py
-
- Aug 14, 2020
-
-
scott snyder authored
Library dependency fix.
-
- Jul 30, 2020
-
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Library dependency fixes.
-
- Jul 28, 2020
-
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Library dependency fixes.
-
- Jul 15, 2020
-
-
Goetz Gaycken authored
Currently the InDetTrigExtensProcessor relies on the scoring tool to create the track summary and store it in the track, which violates const-ness.
-
- Jul 08, 2020
-
-
Frank Winklmeier authored
-
- Jul 01, 2020
-
-
Susumu Oda authored
Move the reasons of trhead unsafety to the lines of ATLAS_NOT_THREAD_SAFE or ATLAS_NO_CHECK_FILE_THREAD_SAFETY for easier understanding using LXR and git grep. Remove ATLAS_NOT_THREAD_SAFE from TRT_BSErrContainerCnv_p1::transToPers and TRT_BSErrContainerCnv_p2::transToPers.
-
- 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
Change TrigTrackSlimmer to use the slimCopy() method of ITrackSlimmingTool rather than slim. Avoids thread-safety issues.
-
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
-
-