- Jul 15, 2020
-
-
scott snyder authored
Avoid spurious object copy in range for.
-
- Jun 30, 2020
-
-
Peter Onyisi authored
-
Peter Onyisi authored
-
Peter Onyisi authored
-
Peter Onyisi authored
-
Peter Onyisi authored
-
Peter Onyisi authored
-
- Jun 18, 2020
-
-
Add Z counting grid submission scripts See merge request atlas/athena!33494 (cherry picked from commit 468642e21cc2178279369d89a2438283198b193e) 3c73cf85 Add Z counting grid submission scripts
-
- Jun 17, 2020
-
-
Stewart Martin-Haugh authored
-
- Jun 02, 2020
-
-
Peter Onyisi authored
-
- May 22, 2020
-
-
Vakhtang Tsulaia authored
-
- May 18, 2020
-
-
Frank Winklmeier authored
Move the flake8 checking to the build stage. Use the `--extend-select`/`--extend-ignore` to modify the default `ATLAS_FLAKE8` options instead of overwriting them entirely.
-
Walter Lampl authored
-
- May 15, 2020
-
-
Peter Onyisi authored
-
- May 14, 2020
-
-
scott snyder authored
Be consistent with earlier python 3 fixes re. str/bytes.
-
Peter Onyisi authored
-
- May 09, 2020
-
-
- May 07, 2020
-
-
Vakhtang Tsulaia authored
General code cleanup: * Dropped several redundant properties and private data members * Dropped several redundant virtual functions * Switched to ATH_MSG macros * Some code readability improvements * Removed atlas_depends_on_subdirs from CMakeLists.txt * Client python scripts cleaned up from references to dropped properties of LumiBlockMetaDataTool
-
- May 05, 2020
-
-
Vakhtang Tsulaia authored
The only derived LumiBlockMetaDataTool provided dummy implementations for the methods of the ILumiBlockMetaDataTool interface. The ILumiBlockMetaDataTool inteface was dropped. The derived class and two clients of this interface were cleaned up from the dependency on it.
-
- May 02, 2020
-
-
Peter Onyisi authored
-
- May 01, 2020
-
-
Stewart Martin-Haugh authored
-
Stewart Martin-Haugh authored
-
Stewart Martin-Haugh authored
-
Jiří Mašík authored
-
- Apr 30, 2020
-
-
Frank Winklmeier authored
Do not mix tabs/spaces for indentation. Fixes flake8 E101 warnings.
-
Peter Onyisi authored
-
- Apr 20, 2020
-
-
scott snyder authored
Move flake8 checking from test to install to avoid timeouts. Fix some warnings that were suppressed earlier.
-
- Apr 16, 2020
-
-
Frank Winklmeier authored
The `labels` argument in `defineHistogram` is deprecated and replaced by `x/ylabels`.
-
- Apr 11, 2020
-
-
Peter Onyisi authored
-
- Apr 09, 2020
-
-
- Apr 06, 2020
-
-
- Mar 31, 2020
-
-
Peter Onyisi authored
-
- Mar 24, 2020
-
-
- Mar 20, 2020
-
-
scott snyder authored
Updates for python 3 compatibility. Enable flake8 checking and fix warnings.
-
- Feb 20, 2020
-
-
Use collisions instead of HI DQ config for tests See merge request atlas/athena!30363 (cherry picked from commit 0607ec03) d4eb8242 Fix use of heavy ions config
-
- Feb 08, 2020
-
-
Fixed the saveHistogramToFileSuperimposed function to rescale the data when Reference is replaced. See merge request atlas/athena!30165 (cherry picked from commit c3e4faf8701438c9051be2f7db0511f8ee08ada8) 0e675d1d Fixed the saveHistogramToFileSuperimposed function to rescale the data when Reference is replaced.
-
- Jan 29, 2020
-
-
- Jan 21, 2020
-
-
scott snyder authored
With python 3, we generally should not explictly encode strings before passing them to C++ -- pyroot will end up doing that. We do need the encodes for py 2, though.
-
- Jan 20, 2020
-
-
- Jan 17, 2020
-
-
scott snyder authored
- print function
-