Skip to content
Snippets Groups Projects
  1. Nov 01, 2023
  2. Oct 20, 2023
  3. Oct 17, 2023
  4. Sep 13, 2023
  5. Jun 02, 2023
  6. Apr 24, 2023
  7. Feb 15, 2023
  8. 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
  9. Mar 25, 2022
  10. Mar 23, 2022
  11. Dec 09, 2021
  12. 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
  13. Jun 17, 2021
  14. May 17, 2021
  15. Dec 19, 2020
  16. Nov 18, 2020
  17. Oct 26, 2020
  18. Oct 09, 2020
  19. Jul 28, 2020
  20. Jul 22, 2020
  21. Jun 02, 2020
  22. Feb 26, 2020
  23. Dec 14, 2019
  24. Dec 06, 2019
  25. Dec 05, 2019
  26. Sep 20, 2019
  27. Aug 20, 2019
  28. Aug 16, 2019
  29. Jul 22, 2019
  30. Jun 20, 2019
  31. May 15, 2019
  32. Feb 06, 2019
  33. Feb 01, 2019
Loading