Skip to content
Snippets Groups Projects
  1. Oct 23, 2020
    • Mark Stockton's avatar
      Fix BS production with Trig_reco_tf · cbac5bae
      Mark Stockton authored and Walter Lampl's avatar Walter Lampl committed
      Requires update Cost workflow for Trig_reco_tf (ATR-20974)
      - Define COST BS output as DRAW_TRIGCOST (rather than a second BS to avoid conflicts in ProdSys)
      - Split full BS to fill CostMon stream into the DRAW (before splitting other streams as requested)
      
      - DRAW_TRIGCOST needs registering before can be used in ProdSys
      - athena arguments for RAWtoCOST updated, but need further changes when scripts are ready
      cbac5bae
  2. Oct 18, 2020
  3. Oct 14, 2020
  4. Oct 09, 2020
  5. Oct 07, 2020
    • Werner Wiedenmann's avatar
      Updates for HltROBDataProviderSvc · dccbe386
      Werner Wiedenmann authored
      - try to release early possible locks in tbb::concurrent_unordered_map (see also ATR-22112)
      - put clearing and size allocation for output arrays of the eventCache_checkRobListToCache function
        at the begin of the function
      dccbe386
  6. Oct 02, 2020
  7. Sep 30, 2020
  8. Sep 22, 2020
  9. Sep 16, 2020
  10. Sep 09, 2020
  11. Sep 07, 2020
  12. Sep 03, 2020
  13. Aug 29, 2020
  14. Aug 28, 2020
  15. Aug 27, 2020
  16. Aug 14, 2020
  17. Aug 10, 2020
  18. Aug 07, 2020
  19. Aug 03, 2020
  20. Jul 28, 2020
  21. Jul 27, 2020
  22. Jul 16, 2020
  23. Jul 15, 2020
  24. Jul 13, 2020
    • scott snyder's avatar
      TrigServices: A couple fixse to the unit test. · b7d965dc
      scott snyder authored
       - Suppress spurios ubsan warnings.
       - The internal timeout was frequently being hit in debug builds.
         Make it a bit longer.
      b7d965dc
    • Frank Winklmeier's avatar
      TrigOnlineMonitor: Remove dependency on ITrigROBDataProviderSvc · 146dfabf
      Frank Winklmeier authored
      `ITrigROBDataProviderSvc` was specific to L2. Remove the obsolete code
      relying on this.
      146dfabf
    • Frank Winklmeier's avatar
      TrigPSC: Save child histograms during stopRun · 5d9ec6c1
      Frank Winklmeier authored
      With atlas-tdaq-software/HLTMPPU!14 we made `SkipFinalizeWorker` the
      default. In order for the child histograms to be saved with the regular
      THistSvc they need to saved already at the end of the stop transition
      because finalize never happens. Call `THistSvc::finalize` for the
      workers at the end of `stopRun`. This also works in online mode with the
      `TrigMonTHistSvc` as the finalize() method of that service is empty.
      
      If run with `SkipFinalizeWorker=0` this also seems to work as the
      THistSvc gracefully handles the case where it is being finalized
      twice. However, this may of course change at any time. In that case we
      should make this behavior dependent on the value of
      `SkipFinalizeWorker=0`.
      
      Relates to ATR-21715.
      5d9ec6c1
    • Frank Winklmeier's avatar
      Revert "athenaHLT: Fix missing child histograms" · 5b1894a2
      Frank Winklmeier authored
      The work-around is no longer needed as the histograms are now saved
      already during the stop transition in the PSC.
      5b1894a2
  25. Jul 11, 2020
    • Frank Winklmeier's avatar
      athenaHLT: Fix missing child histograms · b3ca91d3
      Frank Winklmeier authored
      With atlas-tdaq-software/HLTMPPU!14 we made `SkipFinalizeWorker` the
      default as this was the default operations mode at P1 since a long time.
      However, in athenaHLT this leads to the child histograms not being saved
      to the final ROOT file (ATR-21715). As a workaround set
      `SkipFinalizeWorker=0` in athenaHLT until we have a proper fix.
      b3ca91d3
  26. Jul 08, 2020
  27. Jul 07, 2020
Loading