Skip to content
Snippets Groups Projects
  1. Jan 08, 2019
  2. Dec 20, 2018
  3. Dec 19, 2018
  4. Dec 18, 2018
  5. Dec 17, 2018
  6. Dec 13, 2018
  7. Dec 07, 2018
  8. Dec 06, 2018
  9. Dec 05, 2018
  10. Dec 03, 2018
  11. Nov 30, 2018
  12. 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
  13. Nov 22, 2018
  14. 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
  15. Nov 15, 2018
  16. 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
  17. Oct 31, 2018
  18. Oct 26, 2018
  19. Oct 25, 2018
    • Cenk Yildiz's avatar
      Use DcmEmulator python bindings in runHLTMPPy · 406da7b2
      Cenk Yildiz authored
      DcmEmulator is fully integrated in python environment. The prepareForRun
      of DCM is called after HLTMPPU, because DCM will start listener threads
      and forking need to be done before starting any new thread. Thus,
      reforking will not work while running with DcmEmulator. Main changes:
      
      - Implement state transitions in DcmEmulator
      - Add DCMPy class in python part, use it in runHLTMPPY
      - Go through DCMPy state transitions to interactive mode
      - Add DummyDCMPy for running with other backends
      406da7b2
  20. Oct 19, 2018
  21. Oct 18, 2018
Loading