- Jun 03, 2021
-
-
Frank Winklmeier authored
Check if the Python interpreter is actually used before calling `PyOS_BeforeFork()`. This mirrors what is already done for `PyOS_AfterFork()`. Fixes ATR-23556.
-
- May 18, 2021
-
-
Rafal Bielski authored
-
- May 17, 2021
-
-
- May 14, 2021
-
-
Downgrade linux_distribution error to warning - platform.linux_distribution() is not supported anymore in python 3.8 (ATLASRECTS-6271)
-
- May 10, 2021
-
-
- Apr 30, 2021
-
-
Rafal Bielski authored
-
- Apr 29, 2021
-
-
Frank Winklmeier authored
-
- Apr 27, 2021
-
-
- Apr 23, 2021
-
-
Frank Winklmeier authored
For trivial jobs without conditions (e.g. HelloWorld) do not try to update COOL folders. This is necessary since COOL folder updates are now configured by default (!42780).
-
- Apr 21, 2021
-
-
Frank Winklmeier authored
Move the `enableCOOLFolderUpdates` configuration into the HLT framework itself. COOL updates have become such an integral part of running the HLT (e.g. HLT prescale updates) that this should be configured centrally so it works also for non-`runHLT`-based jobs.
-
- Apr 17, 2021
-
-
Werner Wiedenmann authored
When running with concurrent chains multiple requests for the same ROB id can be issued to the DCM for the same event slot. By locking the two ROB retrieval methods the coherency of the internal ROB cache can be achieved. More explanations on ATR-19179.
-
- Apr 09, 2021
-
-
Rafal Bielski authored
-
-
Remove usage of obsolete `PACKAGE_VERSION` macro. Also cleanup essentially empty methods.
-
- Apr 06, 2021
-
-
Krzysztof Marian Korcyl authored
-
- Apr 05, 2021
-
-
- Mar 26, 2021
-
-
Krzysztof Marian Korcyl authored
-
- Mar 22, 2021
-
-
Frank Winklmeier authored
Delete the following obsolete monitoring algorithms that have not been used since a while and would first have to be migrated to athenaMT if really needed: - TrigL1TopoWriteValData - TrigMuCTPiROBMonitor - TrigROBMonitor
-
- Mar 20, 2021
-
-
Krzysztof Marian Korcyl authored
-
- Mar 17, 2021
-
-
scott snyder authored
Fix handling of unique_ptr.
-
- Mar 16, 2021
-
-
Frank Winklmeier authored
Remove long-deprecated `chainList` and `sequenceList` interfaces from `IIHLTConfigSvc`. Migrate all remaining code to use the `chains/sequences` methods.
-
- Mar 06, 2021
-
-
Rafal Bielski authored
-
- Mar 05, 2021
-
-
- Mar 01, 2021
-
-
Rafal Bielski authored
-
Rafal Bielski authored
-
- Feb 25, 2021
-
-
Ran Bi authored
fix problem with invalid input (ES_WrongFileFormat) caused by concatenating multiple filenames. athenaHLT.py parses input file arguments with the 'append' option, so multiple '--file' options need to be passed.
-
- Feb 22, 2021
-
-
- Feb 17, 2021
-
-
Frank Winklmeier authored
Our clang builds are currently building against the gcc tdaq builds and there is not 'clang' platform tag in OKS. Simply revert to a (random) existing tag to make the SW repository generation work. But this will obviously not be usable in a partition. Fixes ATR-22849.
-
Aleksandra Poreba authored
-
- Feb 16, 2021
-
-
- Feb 10, 2021
-
-
+ review changes
-
Rafal Bielski authored
-
Mark Stockton authored
-
Mark Stockton authored
-
- Feb 09, 2021
-
-
Frank Winklmeier authored
Remove unused link dependencies, move headers to src directory and delete obsolete plotting script.
-
- Feb 08, 2021
-
-
Mark Stockton authored
-
Mark Stockton authored
-
Frank Winklmeier authored
Add the `--loop-files` command line option. When set athenaHLT will loop over the input files if the maximum number of events is larger than the number of events in the input files(s). If no event count is given, it will loop forever. Also add a new options group for file I/O to make the help message look a bit cleaner and fix arguments types for number of events.
-
- Feb 07, 2021
-
-
Rafal Bielski authored
-
- Feb 05, 2021
-
-
Stewart Martin-Haugh authored
-