- Sep 12, 2023
-
-
PyAnalysisExamples: Fix cppcheck warnings. Prefer to initialize class members in an initialization list.
-
- Aug 08, 2023
-
-
scott snyder authored
Migrate from (deprecated) DataHandle to SG::ConstIterator for iterating over objects in the data store. Also removed a few const_casts in passing.
-
- Jan 24, 2023
-
-
scott snyder authored
Another fix for root_pickle to work with python3.
-
- Mar 04, 2022
-
-
- Dec 02, 2021
-
-
scott snyder authored
Py3 fix
-
- Jun 01, 2021
-
-
scott snyder authored
Avoid a RecursiveRemove crash in draw_obj.
-
- Apr 20, 2021
-
-
Frank Winklmeier authored
-
- Apr 17, 2021
-
-
Move MyObj, etc to a namespace to avoid collisions with other packages. See ATEAM-731.
-
- Mar 15, 2021
-
-
scott snyder authored
In root 6.24, TDirectory::CurrentDirectory() returns a std::atomic. Need to adjust the python code that calls it to adapt to this.
-
- Jan 14, 2021
-
-
Frank Winklmeier authored
-
- Nov 12, 2020
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Sep 13, 2020
-
-
scott snyder authored
Remove some obsolete code testing AIDA histogram wrappers.
-
- Aug 28, 2020
-
-
Walter Lampl authored
-
- Aug 24, 2020
-
-
Walter Lampl authored
-
- Jul 24, 2020
-
-
Liaoshan Shi authored
-
- Jul 20, 2020
-
-
Liaoshan Shi authored
First working configuration of OnlineEventDisplaysSvc in rel22. - Update the BeginEvent incident source - Remove obsolete trigger tools - Update to read stream tags from the new xAOD::EventInfo class See details in AA-19.
-
- Jul 19, 2020
-
-
scott snyder authored
Fix use of dangling iterators.
-
- Apr 28, 2020
-
-
Frank Winklmeier authored
Remove the separate `flake8` unit test of the `python` directory and instead use the dedicated feature of `atlas_install_python_modules`.
-
- Apr 17, 2020
-
-
scott snyder authored
When TH1::Draw is called, root tries to call a TCanvas method to create the default canvas. If that method has not been linked, then root will search all DSOs on the library path until it find that method. (This mechanism is separate from the rootmap mechanism.) However, root will also pick up detached debug files during this scan, but will crash trying to read them. Work around by ensuring thad TPad has been loaded before calling Draw.
-
- Apr 06, 2020
-
-
Updates to work with python 3. Enable flake8 checking and fix warnings. Also re-enable the unit tests, which were disabled probably during the move to cmake, and get them working again.
-
- Mar 30, 2020
-
-
Stewart Martin-Haugh authored
-
Stewart Martin-Haugh authored
-
- Mar 05, 2020
-
-
scott snyder authored
Remove reference to obsolete AthenaPyAlgorithm, to allow deleting it.
-
- Mar 04, 2020
-
-
Frank Winklmeier authored
-
- 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.
-
- Nov 21, 2019
-
-
Frank Winklmeier authored
The `TestPolicy` dependency stems mostly from the automatic `requirements` to `CMakeLists.txt` file migration. In cmake builds, the TestPolicy package is mostly useless apart from a few header files. So most packages do no need this dependency anymore.
-
- Oct 30, 2019
-
-
scott snyder authored
Fix compilation with python 3.
-
- Sep 11, 2019
-
-
Frank Winklmeier authored
Remove `atlas_install_headers(DIR)` directive if the directory `DIR` does not even exist, i.e. there are no headers to install.
-
- Aug 27, 2019
-
-
- Dec 17, 2018
-
-
Walter Lampl authored
Files with identical content (same SHA1) but different file permissions cause confusing differences shown in GitLab. The file permissions of 61 files were set to 644 (ATLINFR-2011).
-
- Nov 01, 2018
-
-
scott snyder authored
Update references to headers in CLIDSvc moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 09fdc54a
-
- Oct 01, 2018
-
-
Peter Van Gemmeren authored
Former-commit-id: d33bbc09
-
- Aug 28, 2018
-
-
Scott Snyder authored
Fix implicit const_casts in making a view container from a const DataVector: use ConstDataVector. Needed in order to clean up egammaEvent. Former-commit-id: 3843f0c7
-
- May 20, 2018
-
-
scott snyder authored
Otherwise we can crash in MT mode. Former-commit-id: db6b3b55
-
- Mar 29, 2018
-
-
scott snyder authored
Improve printing of long ints in scan operation of pydraw. Former-commit-id: 41c38363
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Nov 20, 2017
-
-
Frank Winklmeier authored
Delete all CMT requirements files and other obsolete content in the cmt/ directories. Some non-trivial content of unknown usage has been kept. Former-commit-id: 972e8215
-