- Mar 08, 2024
-
-
Obtain smallest run which has not yet been released for Tier-0 bulk and current online run from web service
-
- Mar 06, 2024
-
-
scott snyder authored
Avoid cppcheck integer overflow warning.
-
Drop suppression of warnings about failed import of DigitizationFlags - to find any remaining (mis)usage
-
Alaettin Serhan Mete authored
-
Frank Winklmeier authored
Replace the usage of `RecFlags` with reading the metadata directly. In principle this legacy code is going to be deleted but we need to keep it functional for some of the unit tests for a while longer.
-
- Mar 05, 2024
-
-
Applying same split-level settings to DAOD_TRUTH formats as for PHYS, PHYSLITE It's been noted some of the branches of the TRUTHx formats aren't fully split into AuxDyn branches as they are in PHYS and PHYSLITE, meaning the TRUTH formats can't be trivially read with uproot. This MR makes the following changes: - adds the TRUTH formats to the list of non-default streams for which full splitting should be applied - switches to if statements from elif, to allow the settings to become progressively more specialised - deletes a format type that doesn't exist and is unlikely to ever exist (D2AOD_PHYSLITE)
-
Add RdbAccessSvcCfg add rdb accessSvc config Do not retrieve IdDictionary during initialize... Fix crash if dicitionaries don't exist Apply 1 suggestion(s) to 1 file(s) Revert GeomodelR4
-
Frank Winklmeier authored
-
- Mar 03, 2024
-
-
Vakhtang Tsulaia authored
Moving a temporary object prevents copy elision
-
- Mar 01, 2024
-
-
Write EventTags to TTRee/RNTuple depending on where EventData goes
-
Francisco Javier Sanchez Martinez authored
-
- Feb 28, 2024
-
-
Vakhtang Tsulaia authored
Introduced a new private function dumpFile to keep the code which produces the "cool_dump" and "crest_dump" files in one place. Also to reduce the complexity of the loadCache() function by a little bit
-
Vakhtang Tsulaia authored
The CREST-related part of the IOVDbFolder::loadCache() was spread over two chunks. These two chunks have been mostly consolidated in one single place as an intermediate step for further refactoring
-
Vakhtang Tsulaia authored
The code for fetching CREST IOVs and turning open-ended IOVs into a set of non-overlapping IOVs was factored out into a separata private function
-
Frank Winklmeier authored
-
- Feb 26, 2024
-
-
Adapt to changed RNTuple headers in ROOT master Also reduce AthenaServices dependency on RootAuxDynIO so it compiles even if the other package fails
-
Add dump cool or crest format in the same format for compare data. This mode use (CrestCoolToFile = True)
-
- Feb 23, 2024
-
-
Frank Winklmeier authored
PoolSvc: make check for ATLAS_POOL_COND_PATH autofs compliant See merge request !68990 (cherry picked from commit e7851c44) d588554b PoolSvc: make check for ATLAS_POOL_COND_PATH autofs compliant
-
- Feb 20, 2024
-
-
Small code cleanup in RootAuxDynIO/RootAuxDynDefs.h Separate function declaration and definition Add CMake headers target
-
set xAOD::FileMetaData::simFlavour and xAOD::FileMetaData::isDataOverlay separately
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Use `fopen` instead of `stat` to check for the existence of the default pool catalog. The latter may return a false negative in case the file is residing on an autofs as mounting is guaranteed only for "any access beyond a `stat`". Relates to ATR-28801.
-
- Feb 16, 2024
-
-
Tadej Novak authored
-
- Feb 15, 2024
-
-
Alaettin Serhan Mete authored
-
Marcin Nowak authored
Moving constants and simple methods related to naming of storage containers - that are used in other packages - into separate a independent header
-
- Feb 14, 2024
-
-
Duplicated requests to global tag map removed
-
Frank Winklmeier authored
If the GlobalTag starts with "CREST-" configure the CREST backend.
-
- Feb 13, 2024
-
-
Alaettin Serhan Mete authored
-
- Feb 12, 2024
-
-
Marcin Nowak authored
-
- Feb 09, 2024
-
-
RootStorageSvc + RootAuxDynIO : Updates for the new RNTuple API
-
improve Json2Cool_test
-
AthContainers: Update copy/copyForOutput to work on AuxVectorData. Update the copy/copyForOutput methods of IAuxTypeVectorFactory / AuxTypeRegistry to take AuxVectorData instances rather than bare pointers. Remove the corresponding static methods from AuxTypeVector. Refactoring to make possible dependencies between auxiliary variables, as would be used to support packed links / jagged vectors. Also alter them to operate on ranges, rather than a single element.
-
remove 'oracle' option from indirectOpen
-
- Feb 05, 2024
-
-
Cleanup EventTag Collection code - remove Fragment concept
-
- Feb 01, 2024
-
-
Add MetaDataSvc to ProxyProviderSvc in ReadAthenaxAODHybrid.py
-
- Jan 29, 2024
-
-
scott snyder authored
Calling virtual function from ctor.
-
- Jan 26, 2024
-
-
RootAuxDynIO: Fix placement of using declarations. Don't put using declarations in the global namespace in headers.
-
Introduced APRDefaults to keep APR related name strings in one place
-
CondInputLoader: remove explicit semantics C++ sets are now properly represented as python sets.
-
- Jan 24, 2024
-
-
RootStorageSvc + RootAuxDynIO: Add a few configurables and I/O metric support for RNTuple
-