- 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
- 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.
-
Marcin Nowak authored
-
- Oct 12, 2020
-
-
scott snyder authored
-
- Oct 11, 2020
-
-
scott snyder authored
Mark calls to CollectionFactory / CollectionService as not thread-safe.
-
scott snyder authored
ICollectionMetadata::const_iterator now takes a unique_ptr.
-
scott snyder authored
ICollectionMetadata::const_iterator now takes a unique_ptr.
-
scott snyder authored
ICollectionMetadata::const_iterator now takes a unique_ptr.
-
scott snyder authored
Enable thread-safety checking. Fix resulting warnings. CollectionFactory / CollectionService marked as not thread-safe due to const-correctness violations.
-
- Oct 09, 2020
-
-
Peter van Gemmeren authored
-
scott snyder authored
Enable thread-safety checking. Fix resulting warnings.
-
- Oct 08, 2020
-
-
Peter van Gemmeren authored
-
- Oct 07, 2020
-
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
scott snyder authored
Small update for the new pyroot in root 6.22: std::string is no longer automatically converted to a python string.
-
- Oct 06, 2020
-
-
The updates to EventFormatStreamHelperTool mean that there are additional and updates information from the StreamHelperTool and EventFormat content in the output streams. The references should relect those changes.
-
Peter van Gemmeren authored
-
- Oct 02, 2020
-
-
Marcin Nowak authored
Fix: IOVDbSvc was holding on PoolSvc contextID over fork and I/O reinit, after which it was invalid and interfering with other contexts. Made IOVDbSvc a client of IIoComponentMgr to reset the context PoolSvc was not cleaning up its map of contexts fully at I/O reninit - fixed MetaDataSvc transitionMetaDataFile was refusing to run for ES - cleared the blocking unnecessary flag Implemented handling of "end of range" NextEventRange incidents for MP mode
-
scott snyder authored
Remove unused and undefined ROOT_INCLUDE_DIRS.
-
scott snyder authored
Remove unused and undefined COOL_LIBRARIES.
-
scott snyder authored
Put positional parameters first.
-
This has just laid dormant ever since the CMT->CMake migration. :-( At the same time introduced some tests for the implicit copy-constructor and copy-operator of xAOD::EventFormat.
-
- Sep 28, 2020
-
-
-
Tadej Novak authored
-
- Sep 25, 2020
-
-
Peter van Gemmeren authored
-
Attila Krasznahorkay authored
Previously the module would only work correctly if somebody upstream already imported the AthenaCommon.AthenaCommonFlags module. With this update it is now possible to import this module from vanilla Python as well.
-