- Feb 08, 2021
-
-
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 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
-
-
- Dec 03, 2020
-
-
Rafal Bielski authored
``` git grep -l EDMDecodingVersion | xargs sed -i 's/EDMDecodingVersion/EDMVersion/g' ```
-
Rafal Bielski authored
-
-
- Nov 30, 2020
-
-
Vakhtang Tsulaia authored
Closes ATEAM-677
-
William Panduro Vazquez authored
This reverts merge request !38137
-
- Nov 29, 2020
-
-
- Nov 27, 2020
-
-
``` HltEventLoopMgr.cxx:549:66: warning: Method called on moved-from object 'eventContextPtr' [clang-analyzer-cplusplus.Move] HltEventLoopMgr.cxx:750:45: warning: Method called on moved-from object 'ctx' [clang-analyzer-cplusplus.Move] ```
-
Reiner Hauser authored
-
fixing 38564 MR threads + removing commented out lines + removing AthenaST-style root booking and filling code
-
- Nov 26, 2020
-
-
Stewart Martin-Haugh authored
-
- Nov 24, 2020
-
-
- Nov 20, 2020
-
-
- add algIdx to rosIdx caching - set cost and ros collection at once
-
Frank Winklmeier authored
With Gaudi v34r1 (!37533), handle properties changed from type `str` to `DataHandle`. Explicit `str` conversion is required for extracting the key name. Closes ATR-22396.
-
- Nov 19, 2020
-
-
Tim Martin authored
-
- Nov 18, 2020
-
-
Aleksandra Poreba authored
-
- Nov 16, 2020
-
-
Frank Winklmeier authored
`PYTHONSETUPFILE` is not available when running in a partition. Suppress the warning message.
-
Frank Winklmeier authored
-