- 07 Aug, 2020 1 commit
-
-
- 24 Jul, 2020 1 commit
-
-
- 23 Jul, 2020 1 commit
-
-
scott snyder authored
-
- 22 Jul, 2020 6 commits
-
-
scott snyder authored
Update call to copyAuxStoreThinned.
-
scott snyder authored
Add abstract method IAthenaOutputTool::preStream(). To be called just before streaming objects.
-
scott snyder authored
Get sg-dump.py utility working with python 3.
-
scott snyder authored
As a workaround, we force a few classes to be loaded early. But don't fail if those classes don't exist in this release.
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
Introduced a new (simple) service for hacking around the issue discussed in ATR-21753 and ROOT-10940.
-
- 20 Jul, 2020 4 commits
-
-
Attila Krasznahorkay authored
This way jobs needing to access symbols from the xAOD::EgammaParameters namespace would not have to load libxAODEgammaDict.so during the job configuration. Possibly leading to dictionary issues down the line.
-
John Derek Chapman authored
Temporarily disable this test for the AthGeneration project until the geometry dependencies can be removed/hidden. See AGENE-1870.
-
Frank Berghaus authored
Allow the intuitive printing of EventStreamInfo objects to any output stream. Similar to the existing print function that dumps the object to the debug log, but more gerneral.
-
Frank Winklmeier authored
There is already a library that provides the public headers and hence the `atlas_install_headers` is redundant.
-
- 16 Jul, 2020 1 commit
-
-
Frank Winklmeier authored
Fix or remove `atlas_install_*` statements that do not reference any files.
-
- 15 Jul, 2020 1 commit
-
-
scott snyder authored
In root 6.20.06, cling was sometimes parsing xAOD classes in wrong order, causing it to get confused on forward declarations. This was leading to crashes on tests that make event dumps. Explicitly fetch some classes at the start of the dumper to work around this.
-
- 14 Jul, 2020 1 commit
-
-
Adam Edward Barton authored
-
- 11 Jul, 2020 1 commit
-
-
Peter van Gemmeren authored
-
- 09 Jul, 2020 3 commits
-
-
Marcin Jerzy Nowak authored
-
Marcin Jerzy Nowak authored
ATEAM-624 and ATEAM-626 show job failures that we suspect were caused by modifying AuxSelection at the same time other thread tried to make a copy of the same AuxContainer.
-
John Chapman authored
-
- 08 Jul, 2020 3 commits
-
-
scott snyder authored
Avoid spurious object copy in range for.
-
scott snyder authored
Avoid spurious object copy in range for.
-
scott snyder authored
Declare an interface library for exported headers.
-
- 07 Jul, 2020 3 commits
-
-
scott snyder authored
Avoid spurious object copy in range for.
-
Adam Edward Barton authored
-
Adam Edward Barton authored
-
- 03 Jul, 2020 1 commit
-
-
Stewart Martin-Haugh authored
-
- 01 Jul, 2020 1 commit
-
-
Tadej Novak authored
-
- 30 Jun, 2020 1 commit
-
-
Adam Edward Barton authored
-
- 25 Jun, 2020 2 commits
-
-
Rafal Bielski authored
-
Tomasz Bold authored
-
- 23 Jun, 2020 3 commits
-
-
scott snyder authored
Avoid some redundant map lookups.
-
-
-
- 19 Jun, 2020 2 commits
-
-
Marcin Jerzy Nowak authored
SealSvc does not have any useful function any more
-
scott snyder authored
Suppress a couple new false positives from cppcheck 2.0.
-
- 18 Jun, 2020 1 commit
-
-
Tim Martin authored
-
- 17 Jun, 2020 3 commits
-
-
Stewart Martin-Haugh authored
-
Tomasz Bold authored
-
scott snyder authored
Assigning a CachedUniquePtr from a unique_ptr is not supported. Use store(). Fixes compilation failure seen with clang10.
-