- Apr 20, 2021
-
-
Frank Winklmeier authored
-
- Mar 23, 2021
-
-
Marcin Nowak authored
-
- Dec 21, 2020
-
-
Attila Krasznahorkay authored
This was needed to make AthAnalysis depend on this LCG package.
-
- Dec 03, 2020
-
-
Rafal Bielski authored
-
- Nov 06, 2020
-
-
Tadej Novak authored
-
- Oct 28, 2020
-
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
- Oct 07, 2020
-
-
scott snyder authored
New pyroot spells template specializations with [], not ().
-
- Sep 24, 2020
-
-
- Sep 18, 2020
-
-
- Sep 12, 2020
-
-
scott snyder authored
Fix reference to MakeNullPointer to work with root 6.22.00.
-
- Sep 09, 2020
-
-
- Sep 08, 2020
-
-
Frank Winklmeier authored
Delete unused `PyJobOptionsSvc` and related files to avoid migrating it to the new `IOptionsSvc` interface.
-
- Aug 27, 2020
-
-
Walter Lampl authored
Revert "AthenaPython/Bindings.py: Introduce typed nullptr to deal with return values in case of failures" This reverts commit c6375548.
-
- Aug 26, 2020
-
-
Walter Lampl authored
-
- Aug 25, 2020
-
-
Walter Lampl authored
-
- Aug 21, 2020
-
-
Walter Lampl authored
AthenaPython/Bindings.py and StoreGateBindings/Bindings.py: Remove workarounds that are (a) not working any more and (b) not needed any more with root v6.22
-
- Aug 19, 2020
-
-
Walter Lampl authored
AthenaPython/Bindings & ROOT 6.22: Adjust dictionary-import syntax, no makeClass any more, drop std::map-pythonization
-
- Aug 18, 2020
-
-
scott snyder authored
Remove call to obsolete enable_tree_speedups().
-
- Aug 17, 2020
-
-
Walter Lampl authored
-
- Aug 16, 2020
-
-
scott snyder authored
Remove useless SG_BASES declaration for PyObject. This won't compile after upcoming changes to BaseInfo.
-
- Aug 14, 2020
-
-
Walter Lampl authored
-
-
- Jul 29, 2020
-
-
Frank Winklmeier authored
- remove atlas_depend_on_subdirs - minimize ROOT component dependencies - update link dependencies
-
- Jun 19, 2020
-
-
Marcin Nowak authored
SealSvc does not have any useful function any more
-
- 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.
-
- Jun 04, 2020
-
-
Frank Winklmeier authored
Delete the `gen/load_typeregistry_dso` functions that could create/load a `typereg_dso_db.csv` file with type information. However, the generate function currently just creates an empty file and thus this code seems no longer necessary.
-
- Apr 17, 2020
-
-
scott snyder authored
Remove support for pre-MT thinning (ThinningSvc).
-
- Apr 09, 2020
-
-
Walter Lampl authored
-
Walter Lampl authored
-
- Feb 11, 2020
-
-
scott snyder authored
In FilePeekerLib, handle the case where we get a MetaCont<IOVMetaDataContainer> rather than IOVMetaDataContainer itself.
-
- Jan 18, 2020
-
-
scott snyder authored
- iteritems - coerce iterator to list
-
- Jan 13, 2020
-
-
Frank Winklmeier authored
Use `Python_.*` variables instead of the non-standard `PYTHON_.*`.
-
- Jan 10, 2020
-
-
Frank Winklmeier authored
Replace `PythonLibs` and `PythonInterp` to the corresponding `find_package( Python ... )` calls. And remove the dependency entirely where not necessary.
-
- Jan 05, 2020
-
-
scott snyder authored
xrange -> range
-
- Jan 03, 2020
-
-
scott snyder authored
When the python code we call gets an exception, we report it by calling PyErr_Print. But with python 3, we need to explicitly flush sys.stderr afterwards; otherwise, the python traceback may never be printed.
-
- Dec 23, 2019
-
-
- Dec 19, 2019
-
-
scott snyder authored
Update the handling of CORAL attributes to work with both py3 and py2. Can simplify it now using a pyroot template proxy.
-
- 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.
-
- Nov 27, 2019
-
-
Frank Winklmeier authored
Temporarily put back handling of BeginRun/EndRun event types to avoid compiler warning. To be removed once those event types are deleted in Gaudi.
-
- Nov 26, 2019
-
-
scott snyder authored
- xrange -> range - take basestring from past.builtins - long - take reload from imp
-