- Nov 25, 2020
-
-
There should be no need to expose the header of the FileMetaDataTool to other packages, it can be treated as a component and called through its interface. Remove some unneeded headers. Enable checking for thread safety.
-
- Nov 19, 2020
-
-
Frank Winklmeier authored
Update test references due to Tool auto-retrieval changes in Gaudi v34 (!37533). Also delete three unused references.
-
- Nov 16, 2020
-
-
Frank Winklmeier authored
-
- Nov 13, 2020
-
-
scott snyder authored
Should link against RootUtils, not RootUtilsPyROOT.
-
amete authored
-
Joerg Stelzer authored
-
- Nov 12, 2020
-
-
scott snyder authored
Update test reference files. Fixes failues in master.
-
amete authored
-
* fix integer div * remove flake UT * overwrite default ignore list to enable E70x
-
-
scott snyder authored
- Spurious copy in for loop.
-
- Nov 11, 2020
-
-
scott snyder authored
- Pass class instances by const reference, not by value.
-
- Nov 10, 2020
-
-
leggett authored
-
- Nov 08, 2020
-
-
Add a basic helper function to build PoolAttribute strings, switch to using it, revive the split level of 99 to POOLContainerForm(DataHeaderForm)
-
- Nov 06, 2020
-
-
Trying to group access to TagInfo object exclusively to the TagInfoMgr so it can be better managed during input file transitions in MT
-
Tadej Novak authored
-
- Nov 04, 2020
-
-
Vakhtang Tsulaia authored
-
- Nov 03, 2020
-
-
Vakhtang Tsulaia authored
-
Tadej Novak authored
-
Vakhtang Tsulaia authored
-
Vakhtang Tsulaia authored
Given CORAL transaction context seems to be global, one thread can commit a transaction, which is active at that moment in another thread. Worked around this issue by starting readonly transaction when a session is created, and committing that transaction only when the corresponding session is closed. Addresses the issue discussed in ATLASRECTS-5737. Also removed several redundant include statements.
-
- Oct 30, 2020
-
-
Tadej Novak authored
-
- Oct 27, 2020
-
-
Peter van Gemmeren authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Also delete unused (broken) `RegistrationStream.py`.
-
- Oct 26, 2020
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Oct 24, 2020
-
-
Vakhtang Tsulaia authored
IOVDbSvs patched such that if IOV for a given folder is overriden, then it sets infinite validity for the condition object fetched from the database. As a result, the folder cache never gets updated, and the object fetched from the database remains valid for the duration of the job. Addresses ATEAM-649
-
- Oct 23, 2020
-
-
Peter van Gemmeren authored
-
Marcin Nowak authored
-
Tadej Novak authored
-
Modify the pers->trans conversion for cool based metadata See merge request atlas/athena!37346 (cherry picked from commit 82513fc8229253bed05ddf416066ef889948f923) 9f1a55d0 Modify the pers->trans conversion
-
- Oct 22, 2020
-
-
Set container splitlevel 1 for DAOD PHYSLITE See merge request atlas/athena!36372 (cherry picked from commit c790ca4bdca5b36fc4e4ae5013225f42f6d61938) a33831bb set container splitlevel 1 for phys/physlite 297597f1 only physlite 438e5cbd set to splitlevel 99
-
- Oct 21, 2020
-
-
Marcin Nowak authored
This property accepts comma-separated list of Event and Event Ranges that the EventSelector will skip when reading from the input collection. Implemented as a new property because the SkipEventSequences uses a list of integers and changing that would break existing joboptions.
-
- Oct 20, 2020
-
-
scott snyder authored
Due to a CORAL bug, we had declared a number of functions here as not thread-safe. The underlying CORAL bug has now been fixed, so we can now remove these annotations.
-