Skip to content
Snippets Groups Projects
  1. Oct 07, 2020
  2. Sep 24, 2020
  3. Sep 18, 2020
  4. Sep 12, 2020
  5. Sep 09, 2020
  6. Sep 08, 2020
  7. Aug 27, 2020
  8. Aug 26, 2020
  9. Aug 25, 2020
  10. Aug 21, 2020
  11. Aug 19, 2020
  12. Aug 18, 2020
  13. Aug 17, 2020
  14. Aug 16, 2020
  15. Aug 14, 2020
  16. Jul 29, 2020
  17. Jun 19, 2020
  18. Jun 18, 2020
  19. Jun 04, 2020
    • Frank Winklmeier's avatar
      PyUtils: Remove gen/load_typeregistry_dso · 0e64f3f6
      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.
      0e64f3f6
  20. Apr 17, 2020
  21. Apr 09, 2020
  22. Feb 11, 2020
  23. Jan 18, 2020
  24. Jan 13, 2020
  25. Jan 10, 2020
  26. Jan 05, 2020
  27. Jan 03, 2020
    • scott snyder's avatar
      AthenaPython: Fix py3 exception reporting. · f1f06856
      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.
      f1f06856
  28. Dec 23, 2019
  29. Dec 19, 2019
  30. Dec 10, 2019
  31. Nov 27, 2019
  32. Nov 26, 2019
  33. Nov 15, 2019
    • scott snyder's avatar
      AthenaPython: Fix file peeking for certain old files. · 3cb6c091
      scott snyder authored
      In python, if TFile.Get fails, it returns a null TObject object, which is
      distinct from None.  So comparing the result of Get() against None is wrong;
      better to use not or convert to a bool.
      
      This bug caused peeking in certain old data files to fail.
      Fixed.
      3cb6c091
  34. Oct 30, 2019
  35. Oct 28, 2019
  36. Oct 24, 2019
Loading