- Jun 18, 2020
-
-
scott snyder authored
Add condStore() convenience methods to the alg/tool python base classes, to go with the existing detStore and evtStore.
-
- Apr 09, 2020
-
-
Walter Lampl authored
-
- Dec 10, 2019
-
-
scott snyder authored
Remove earlier workaround for std::stream dictionary issues. The workaround is now causing warnings in the python 3 build. If the original issue recurs, will need to try to find a different way to address it.
-
- Oct 28, 2019
-
-
Frank Winklmeier authored
Enable flake8 for all python modules and make them compliant.
-
- Oct 24, 2019
-
-
Frank Winklmeier authored
-
- Sep 20, 2019
-
-
- Aug 29, 2019
-
-
scott snyder authored
Was seeing Error messages from CreateRealData about std::stream objects, that were triggered by trying to create a dictionary for GaudiPython::CallbackStreamBuf. This can be avoided by touching this dictionary earlier.
-
- Apr 18, 2019
-
-
scott snyder authored
Initial python3 port. Not yet meant to be complete; only enough to run basic athena/configuration jobs.
-
- Apr 25, 2018
-
-
scott snyder authored
beginRun and endRun are no longer supported by Gaudi. Fixes test failures. Former-commit-id: 1a0d5ef0
-
- Sep 03, 2017
-
-
scott snyder authored
Fix PyAthenaAlg to take into account EventContext-related interface changes in the Algorithm base classes. Former-commit-id: 3cb1cdbc
-
- Jan 19, 2015
-
-
Peter Van Gemmeren authored
* python/Bindings.py: Protect IThinningSvc.RemovedIdx assignment (needed by ROOT 6). * Tag AthenaPython-00-06-39 2014-11-26 Karsten Koeneke <karsten.koeneke@cern.ch> * python/PyAthenaComps.py: Move to new ICutFlowSvc. * Tag AthenaPython-00-06-38 2014-11-13 Will Buttinger <will@cern.ch> * src/PyAthenaAlg.cxx and PyAthenaComps.py : added resetExecuted method callthrough to python so this can be implemented in python * added setExecuted and isExecuted accessors to underlying cpp handle as well * Tag AthenaPython-00-06-37 2014-11-10 Marcin Nowak <Marcin.Nowak@cern.ch> * python\FilePeekerLib.py(process_metadata): enabled coral::Attribute::data<bool> reading for ROOT6 after fix: https://sft.its.cern.ch/jira/browse/ROOT-6067 * Tag AthenaPython-00-06-36 ... (Long ChangeLog diff - truncated)
-
- Sep 19, 2014
-
-
Graeme Stewart authored
-