Skip to content
Snippets Groups Projects
  1. Feb 20, 2018
  2. Feb 15, 2018
  3. Jan 25, 2018
  4. Jan 24, 2018
  5. Jan 21, 2018
    • Rosen Matev's avatar
      Fix verbosity of hlt2prcheck test · a74b4d37
      Rosen Matev authored
      With the fix in !125, the hlt2prcheck test started failing since
      the VERBOSE output level was suddenly respected, which caused
      the qmtest machinery to consume an enourmous amount of memory.
      a74b4d37
  6. Jan 19, 2018
  7. Jan 10, 2018
  8. Dec 28, 2017
  9. Dec 24, 2017
  10. Dec 22, 2017
  11. Dec 21, 2017
  12. Dec 20, 2017
  13. Dec 19, 2017
  14. Dec 18, 2017
    • Rosen Matev's avatar
      Improve configuration of output stream · 82206974
      Rosen Matev authored
      82206974
    • Rosen Matev's avatar
      Improve filtering and writing with L0App · 34ea4124
      Rosen Matev authored
      Until now we had to hack together filters in options with limited
      success. This MR addresses that.
      
      Two properties are added for filtering: `EventPreFilters` and `L0Filter`.
      The former is a list of algorithms to be executed before the L0
      sequence a la DaVinci. The latter is the Code for a LoKi L0Filter and
      is executed afterwards. The typical filter is
      `'L0_DECISION(LHCb.L0DUDecision.Any)'`, which will ensure that only
      events where L0 fired will be written. Another possibility is to use
      `'L0_DECISION(LHCb.L0DUDecision.Physics)'` which will restrict further
      to events from channels with mask `xx1`.
      
      Another property `Monitor` controls whether L0DUReportMonitor is run
      (just after the L0 sequence and before `L0Filter`).
      
      Monitoring is enabled by default but otherwise deffault behaviour is
      not changed.
      34ea4124
  15. Dec 17, 2017
  16. Dec 08, 2017
  17. Nov 01, 2017
  18. Oct 20, 2017
  19. Sep 23, 2017
  20. Sep 18, 2017
  21. Sep 13, 2017
Loading