Skip to content
Snippets Groups Projects
  1. Jan 15, 2019
  2. Jan 14, 2019
  3. Jan 10, 2019
  4. Jan 09, 2019
  5. Jan 08, 2019
  6. Dec 20, 2018
  7. Dec 19, 2018
  8. Dec 18, 2018
  9. Dec 17, 2018
  10. Dec 13, 2018
  11. Dec 07, 2018
  12. Dec 06, 2018
  13. Dec 05, 2018
  14. Dec 03, 2018
  15. Nov 30, 2018
  16. 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
  17. Nov 22, 2018
  18. 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
    • Frank Winklmeier's avatar
      Remove athenaHLT scripts and minor fixes in runHLTMPPy · 1b424c3a
      Frank Winklmeier authored
      - Move the database command line arguments to the dbcommon group
      - Set correct defaults for magnet ON currents
      1b424c3a
  19. Nov 15, 2018
  20. Nov 07, 2018
    • Cenk Yildiz's avatar
      ee216e34
    • Cenk Yildiz's avatar
      Replace tdaq::dynlibs with boost:dll · 92d6f4b9
      Cenk Yildiz authored
      As tdaq::dynlibs may be deprecated soon, it's removed in favor of
      boost::dll::shared_library. Error handling is improved.
      
      The boost::dll::shared_library instances must be valid until the
      objects that are created from them are destroyed. To achieve this
      shared_library members are declared before m_HLTSteering, m_dataSource,
      m_infoService in HLTMPPU.cxx and before m_sessions in DFDataSource.cxx
      92d6f4b9
  21. Oct 31, 2018
  22. Oct 26, 2018
Loading