- Nov 13, 2020
-
-
amete authored
-
- Nov 12, 2020
-
-
amete authored
-
* fix integer div * remove flake UT * overwrite default ignore list to enable E70x
-
-
- Nov 11, 2020
-
-
scott snyder authored
- Pass class instances by const reference, not by value.
-
- 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.
-
scott snyder authored
- Pass class instances by const reference, not by value. - Don't use string::find to test the start of a string.
-
- Oct 19, 2020
-
-
Peter Van Gemmeren authored
-
- Oct 15, 2020
-
-
scott snyder authored
- Pass class instances by const reference, not by value.
-
scott snyder authored
- Pass class instances by const reference, not by value.
-
scott snyder authored
- Prefer pre-increment (or range-for) to postincrement. - Pass class instances by const reference, not by value.
-
- Oct 14, 2020
-
-
scott snyder authored
The thraed-safety problems of AttributeList have now been fixed in CORAL. Remove not-thread-safe annotations from AthenaAttributeList.
-
- Oct 13, 2020
-
-
scott snyder authored
- Prefer pre-increment (or range-for) to postincrement. - Prefer using an initialization list to initializing membesr in a ctor body.
-
scott snyder authored
- Prefer pre-increment (or range-for) to postincrement. - Pass class instances by const reference, not by value. - Fix out-of-bounds reference.
-