- Oct 16, 2019
-
-
Walter Lampl authored
-
- Sep 23, 2019
-
-
Add option to printConfig to allow restricting the set of components to be printed.
-
- Sep 12, 2019
-
-
scott snyder authored
Sometimes, i have observed jobs using new configuration failing on a call to Gaudi with the error that gbl.Gaudi is not a Gaudi instance. This can be avoided by touching the pyroot object earlier.
-
- Sep 06, 2019
-
-
Emmanuel Le Guirriec authored
Remove ForceRead
-
- Sep 05, 2019
-
-
made sure that the top main servvices CA is never merged to another accumulator but the others are merged to it
-
- Aug 26, 2019
-
-
Fix handling of single private tools, and reverse order of primary component determination, to favour private tools over services. This latter change is because you can get a service from another CA Cfg method, but if you explicitly set a private tool, that must be the intended primary component (since private tools cannot be left dangling).
-
- Aug 20, 2019
-
-
Walter Lampl authored
-
- Aug 16, 2019
-
-
Strings passed to BootstrapHelper should be encoded strings, not unicode objects.
-
- Aug 15, 2019
-
-
Walter Lampl authored
-
- Aug 13, 2019
-
-
Walter Lampl authored
-
- Aug 08, 2019
-
-
Walter Lampl authored
-
- Aug 02, 2019
-
-
Walter Lampl authored
-
Modern CA configuration inside newJOtest.py -> TriggerConfig.py Old random-python-everywhere configuration inside full_menu.py
-
- Aug 01, 2019
-
-
- Jul 25, 2019
-
-
Tomasz Bold authored
-
- Jul 18, 2019
-
-
Frank Winklmeier authored
Fix warnings/errors flagged by `flake8`. Mostly unused variables/imports or stylistic code problems.
-
- Jul 16, 2019
-
-
scott snyder authored
On kernels with Yama enabled, ptrace may not work by default on processes which are not decendants of the tracing process. Among other things, that causes the way we attach the debugger to fail. However, we can disable this on a per-process basis. So do that when we initialize Athena. See https://www.kernel.org/doc/Documentation/security/Yama.txt and prctl(2).
-
- Jun 21, 2019
-
-
scott snyder authored
In order for an algorithm implemented in python to function, setup() must have been called on its Configurable during initialize(). In the old configuration, the Atlas AppMgr in AthenaCommon does this for all Configurables. But with the new configuration, we're using the Gaudi AppMgr directly, which does not do this. So in createApp, test to see if we're adding any python algorithms, and if so, call setup() on them directly. When doing this, be careful not to fail if AthenaPython is not available.
-
- Jun 03, 2019
-
-
scott snyder authored
In printProperties(), print the properties in sorted order.
-
- May 27, 2019
-
-
scott snyder authored
- Fix flag testing in python 3. - Add option to loadAllDynamicFlags to suppress the annoying output. - Fix a typo in an error message. - Break out the conditions algorithm printing from printConfig into a separate function, so that we can request printing just that part of the configuration. Allow including information on properties.
-
Tomasz Bold authored
-
- May 22, 2019
-
-
- May 03, 2019
-
-
scott snyder authored
Fix references to func_name/func_code for python3.
-
- Apr 25, 2019
-
-
Tomasz Bold authored
-
scott snyder authored
Initial python3 port. Not intended to be complete yet; only that required for basic athena/configuration jobs.
-
- Apr 16, 2019
-
-
Krzysztof Jamrog authored
-
- Apr 12, 2019
-
-
Frank Winklmeier authored
- use lazy string formatting in logging calls - some Python3 fixes - remove print statements
-
- Apr 10, 2019
-
-
Krzysztof Jamrog authored
-
Krzysztof Jamrog authored
-
Krzysztof Jamrog authored
-
- Apr 09, 2019
-
-
Make tools private in - InDetDetailedTrackSelectorTool.cxx - TrackSummaryTool.cxx - KalmanVertexOnJetAxisSmoother.cxx - TrkVKalVrtFitter.cxx Create Cfg methods for new config
-
- Apr 03, 2019
-
-
Walter Lampl authored
-
scott snyder authored
Fix a typo in the documentation.
-
- Mar 29, 2019
-
-
Walter Lampl authored
-
Walter Lampl authored
-
- Mar 27, 2019
-
-
Walter Lampl authored
-
- Mar 21, 2019
-
-
Tomasz Bold authored
-
- Mar 19, 2019
-
-
Walter Lampl authored
ComponentAccumulator: Introduce primary component instead of returning tuples. Adjusting (some) of the existing new-style configurations
-
- Mar 13, 2019
-
-
Walter Lampl authored
ComponentAccumulator: Add doc-strings for setPrivateTool and popPrivateTool, move check for dangling private tool(s) to __del__
-
- Mar 12, 2019
-
-
Tomasz Bold authored
-