- 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
-
- Feb 03, 2021
-
-
Mark Stockton authored
-
Mark Stockton authored
-
- Feb 01, 2021
-
-
Frank Winklmeier authored
Produce a "fast" stack trace by default in athena jobs. This initial stacktrace will only report traces for the current thread but is much faster than the full trace from gdb (which will follow). This can help in cases when gdb does not manage to produce a stacktrace (e.g. due to timeouts as in ATR-22583).
-
- Jan 29, 2021
-
-
Including whitespace changes, message formatting
-
- Jan 28, 2021
-
-
Aleksandra Poreba authored
- remove SCHEDULED (prefetched) - rename DISABLED -> UNDEFINED Also save robs status with unsigned short to avoid type misinterpretation issues
-
- Jan 27, 2021
-
-
- Jan 25, 2021
-
-
Attila Krasznahorkay authored
The Boost JSON parser, which is used in a number of places, still uses <boost/bind.hpp> internally. (Instead of <boost/bind/bind.hpp>.) To silence the messages about that, I added explicit definitions of the BOOST_BIND_GLOBAL_PLACEHOLDERS macro in all appropriate places.
-
- Jan 21, 2021
-
-
Including whitespace changes, message formatting
-
- Jan 14, 2021
-
-
Aleksandra Poreba authored
change of ambiguous names remove unused variables simplify the logic switch to camel case additional comments/messages to make code more readable
-
Including whitespace changes, message formatting
-
- Jan 10, 2021
-
-
scott snyder authored
Spurious copy in range-for.
-
- Jan 08, 2021
-
-
Mark Stockton authored
-
Mark Stockton authored
-
Mark Stockton authored
Remove original attempts for the trigger transform which are no longer needed and could cause confusion deleted: HLT/Trigger/TrigTransforms/TrigTransform/scripts/Trig_tf_main.py deleted: HLT/Trigger/TrigTransforms/TrigTransform/python/trigExe.py deleted: HLT/Trigger/TrigTransforms/TrigTransform/python/trigPostRun.py deleted: HLT/Trigger/TrigTransforms/TrigTransform/python/trigPreRun.py deleted: HLT/Trigger/TrigTransforms/TrigTransform/python/trigUpdateArgs.py deleted: HLT/Trigger/TrigTransforms/TrigTransform/share/Trig_tf_simple.py
-
- Dec 14, 2020
-
-
* retrieve Atlas Project name from DB * move to ROOT 6 * move to cppyy 1.6.1 * whitespace changes to unify document style
-
- Dec 09, 2020
-
-
Rafal Bielski authored
* Derive TrigByteStreamCnvSvc from ByteStreamCnvSvcBase instead of ByteStreamCnvSvc. * Implement explicit EventContext passing through all methods which need it. Make the interface implementation methods retrieve the EventContext and call the context-aware local methods.
-
- Dec 08, 2020
-
-
Rafal Bielski authored
-
Frank Winklmeier authored
Use the new "central" MessageSvc source format. Also move the MessageSvc initialization after the user job options to enforce our own settings.
-
- Dec 07, 2020
-
-
Rafal Bielski authored
-
Rafal Bielski authored
-
- Dec 04, 2020
-
-