Skip to content
Snippets Groups Projects
  1. Sep 13, 2023
  2. Jun 02, 2023
  3. Apr 24, 2023
  4. Feb 15, 2023
  5. Jan 26, 2023
    • Graeme A Stewart's avatar
      Updates for python3 "native" · 042d4847
      Graeme A Stewart authored
      Change explicit mention of Python binary to python3
      which should be supported by all distributions and
      environments (https://peps.python.org/pep-0394/).
      
      Update hash bangs to python3.
      
      Adapt CMake to search for pytest also as pytest-3; likewise
      for nosetest binary as nosetests3 (with fallback to
      pytest and nosetests, which can be used in some
      virtual environments, even with a Python 3 install).
      
      Remove unnecessary utf-8 encoding lines.
      
      Update test scripts to python3
      042d4847
  6. Mar 25, 2022
  7. Mar 23, 2022
  8. Dec 09, 2021
  9. Dec 08, 2021
    • Frank Winklmeier's avatar
      THistSvc: cache TObject types · d9ddd8c9
      Frank Winklmeier authored
      The `TObject::InheritsFrom` call can be quite slow. Since we already
      deduce the object type (`TH1`, `TTree`, etc.) during registration, save
      this information and use it instead of re-deriving it every time.
      Also avoid calling `updateFiles` if no TTrees are registered.
      
      Both these changes significantly speed up the `EndEvent` incident
      handling for jobs with large (>10k) number of histograms.
      
      Also re-organize `struct THistID` to avoid padding and delete unused
      `reset` method.
      d9ddd8c9
    • Stewart Martin-Haugh's avatar
      Protect DEBUG/VERBOSE messages · 4e698e4e
      Stewart Martin-Haugh authored and Frank Winklmeier's avatar Frank Winklmeier committed
      4e698e4e
  10. Jun 17, 2021
  11. May 17, 2021
  12. Dec 19, 2020
  13. Nov 18, 2020
  14. Oct 26, 2020
  15. Oct 09, 2020
  16. Jul 28, 2020
  17. Jul 22, 2020
  18. Jun 02, 2020
  19. Feb 26, 2020
  20. Dec 14, 2019
  21. Dec 06, 2019
  22. Dec 05, 2019
  23. Sep 20, 2019
  24. Aug 20, 2019
  25. Aug 16, 2019
  26. Jul 22, 2019
  27. Jun 20, 2019
  28. May 15, 2019
  29. Feb 06, 2019
  30. Feb 01, 2019
  31. Jan 08, 2019
  32. Dec 18, 2018
  33. Nov 13, 2018
Loading