- Aug 25, 2020
-
-
Walter Lampl authored
-
- Aug 24, 2020
-
-
Walter Lampl authored
-
- Aug 21, 2020
-
-
Walter Lampl authored
-
- Aug 03, 2020
-
-
Stewart Martin-Haugh authored
-
- Aug 01, 2020
-
-
Vakhtang Tsulaia authored
Fixed most of the ctest failures introduced by !35242
-
- Jul 30, 2020
-
-
Frank Winklmeier authored
- remove atlas_depends_on_subdirs - update link and external dependencies
-
- Jul 16, 2020
-
-
scott snyder authored
Fix test failure in master.
-
- Jul 03, 2020
-
-
Tadej Novak authored
-
- Jun 30, 2020
-
-
scott snyder authored
Fix key used for the dummy trigger decision object
-
- Jun 27, 2020
-
-
scott snyder authored
Fix test failures in master.
-
- Jun 26, 2020
-
-
scott snyder authored
Work around cppcheck 2.0 parse problem.
-
- Jun 08, 2020
-
-
- May 13, 2020
-
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Library dependency fixes.
-
- Apr 17, 2020
-
-
scott snyder authored
Fix test failure in master with LCG_97.
-
- Apr 09, 2020
-
-
Peter van Gemmeren authored
-
- Jan 24, 2020
-
-
Vakhtang Tsulaia authored
In order to support multiple copies of metadata objects in flight in AthenaMT (required for running over more than one input file), such metadata objects need to be stored into MetaCont - a container for objects of the same time indexed by SID (file name). This commit introduces a mechanism inside IOVDbMetaDataTool, which gets triggered at BeginInputFile incident, and which stores IOVMetaDataContainer objects read from each input file into MetaCont<IOVMetaDataContainer>, which is accessible to clients in the MetaDataStore via ReadMetaHandle-s. The changes affect several files: * CondAttrListCollection.h Introduced new overloaded version of the dump() which allows printing the contents of CondAttrListCollection to MsgStream. This is mostly for debugging purpose. * MetaCont.h The interface was simplified by dropping several methods, that have no clients. These mathods can be reintroduced later, if necessary. * MetaHandleKey(.h,.icc) The code was updated by analogy with the current implementation of CondHandleKey * ReadMetaHandle.h Dropped the inheritance from VarHandleBase, and fixed the implementation of the constructor. * ReadMetaHandleKey.h Introduced new constructor. * IOVMetaDataContainer(.h,.cxx) Simplified the merge() method and introduced new dump() method * IOVPayloadContainer(.h,.cxx) Introduced copy constructor and assignment operator * IOVDbMetaDataTool(.h,.cxx) Introduced two new methods fillMetaCont(), which adds IOVMetaDataContainer to MetaCont-s, and dumpMetaConts()
-
- Jan 15, 2020
-
-
Vakhtang Tsulaia authored
The following classes have been dropped: GenericMetadataTool GenericMetadataToolNoAux MetaInputLoader WriteMetaHandle These components are currently not being used by our code, except for some tests. The idea is to temporarily drop them in order to facilitate the migration of metadata handling code to MetaContainers and ReadMetaHandles. Some of the dropped components may be reintroduced later, as needed.
-
- Jan 06, 2020
-
-
Frank Winklmeier authored
-
Update for changes in xAODTestRead algorithm and in Gaudi.
-
- Dec 16, 2019
-
-
scott snyder authored
Get tests working with python 3
-
- Dec 14, 2019
-
-
scott snyder authored
- print function - except statement syntax
-
- Nov 26, 2019
-
-
John Chapman authored
Rename OutputStreamAthenaPool.OutputStreamAthenaPool module to OutputStreamAthenaPool.CreateOutputStreams Having a module with the same name as the package name causes problems with syntax like: ```from OutputStreamAthenaPool.OutputStreamAthenaPoolConf import ...``` in python 2.7, so the module has been renamed to `CreateOutputStreams` and all references in the code have been adapted.
-
- Nov 24, 2019
-
-
scott snyder authored
Add more patterns to ignored list that used to be in the package-specific post.sh.
-
- Nov 21, 2019
-
-
Add tests for new MT thinning.
-
Frank Winklmeier authored
The `TestPolicy` dependency stems mostly from the automatic `requirements` to `CMakeLists.txt` file migration. In cmake builds, the TestPolicy package is mostly useless apart from a few header files. So most packages do no need this dependency anymore.
-
- Nov 17, 2019
-
-
scott snyder authored
Ignore a few more patterns in reference comparison. Fixes failures in master.
-
- Nov 06, 2019
-
-
scott snyder authored
Add pattern to ignored list that used to be in the package-specific post.sh. Fixes failures observed in master.
-
- Oct 17, 2019
-
-
Frank Winklmeier authored
Use the general `post.sh` script from AtlasTest (a few Hive-specific exclusions have been copied there).
-
- Oct 15, 2019
-
-
Frank Winklmeier authored
Register the conditions output objects with the CondSvc. Otherwise the scheduler will treat the algorithm as a regular algorithm and run it on every event.
-
- Oct 14, 2019
-
-
Frank Winklmeier authored
Add a DEBUG printout in the CondAlg's execute method. Useful for debugging.
-
Frank Winklmeier authored
Call `dropObject` only when the conditions object is being invalidated and not on every event. Bug was introduced in !15945.
-
- Sep 23, 2019
-
-
xAOD objects no longer need custom pool converters. Remove those that are no longer needed.
-
- Sep 19, 2019
-
-
Move xAODTestReadCVec and xODTestWriteCVec from DataModelTestDataRead and DataModelTestDataWrite to DataModelTestDataCommon. Needed to set up tests for MT thinning.
-
- Sep 13, 2019
-
-
scott snyder authored
Update reference files for change in AthenaHiveEventLoopMgr.
-
- Sep 10, 2019
-
-
- Sep 08, 2019
-
-
scott snyder authored
Mark the types used for the non-xAOD aux store tests with supportThinning = false so that they won't use the xAOD pool converters.
-
- Sep 05, 2019
-
-
Allow retrieving a DataVector from StoreGate as AuxVectorBase. For MT-safe thinning.
-
- Aug 16, 2019
-
-
Update references to CxxUtils::make_unique to use the standard version.
-
- Jul 31, 2019
-
-
Add an algorithm to record a dummy xAOD::TrigDecision object. To be used to avoid warnings from the BS output conversion.
-