Skip to content
Snippets Groups Projects
  1. Feb 05, 2019
  2. Jan 31, 2019
  3. Jan 28, 2019
  4. Jan 24, 2019
  5. Jan 23, 2019
  6. Jan 15, 2019
  7. Jan 14, 2019
  8. Jan 10, 2019
  9. Jan 09, 2019
  10. Jan 08, 2019
  11. Dec 20, 2018
  12. Dec 19, 2018
  13. Dec 18, 2018
  14. Dec 17, 2018
  15. Dec 13, 2018
  16. Dec 07, 2018
  17. Dec 06, 2018
  18. Dec 05, 2018
  19. Dec 03, 2018
  20. Nov 30, 2018
  21. Nov 26, 2018
    • Frank Winklmeier's avatar
      HLTMPPy: use logging module for printouts · 0703c84c
      Frank Winklmeier authored
      Use the `logging` module instead of `print` for printouts. This allows a
      more uniform log file formatting, i.e. when used as part of
      athenaHLT.py. Also reduced the verbosity by demoting some messages to
      `debug` level.
      
      In addition some more coding style cleanup to comply with pyflakes.
      0703c84c
  22. Nov 22, 2018
  23. Nov 21, 2018
    • Frank Winklmeier's avatar
      Remove tracePattern and showInclude · e91c7cfd
      Frank Winklmeier authored
      Those attributes are no longer part of the HLTImplementationJobOptions
      schema (HLTPUDal!1).
      e91c7cfd
    • Frank Winklmeier's avatar
      Changes for new athenaHLT.py · 982b7448
      Frank Winklmeier authored
      HLTMPPy:
      - Code formatting cleanup (pyflakes)
      - Remove `TriggerConfigAthenaHLT` as it does not seem to be used
      - Remove obsolete `recurseDictOld`
      - `TriggerConfigJO`: add missing options `pythonSetupFile` and `logLevels`
      - Cleanup the handling of pre/postCommands as the new `recurseDict`
        function correctly handles list vs non-list types
      - Make `TriggerConfigDBPython` inherit from `TriggerConfigDB` to avoid
        code-duplication
      
      runner:
      - Code formatting cleanup (pyflakes)
      - Remove athena-specific code that is now included in athenaHLT.py
      - Add pythonSetupFile option
      
      test_HLTMPPy:
      - Add basic unit test for HLTMPPy
      982b7448
Loading