Skip to content
Snippets Groups Projects
  1. Mar 08, 2018
  2. Mar 07, 2018
  3. Feb 24, 2018
  4. Feb 16, 2018
  5. Feb 15, 2018
  6. Jan 30, 2018
  7. Jan 27, 2018
  8. Jan 25, 2018
  9. Jan 24, 2018
  10. 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
  11. Jan 19, 2018
  12. Jan 10, 2018
  13. Dec 28, 2017
  14. Dec 24, 2017
  15. Dec 22, 2017
  16. Dec 21, 2017
  17. Dec 20, 2017
  18. Dec 19, 2017
  19. 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
  20. Dec 17, 2017
Loading