Skip to content
Snippets Groups Projects
  1. Mar 15, 2024
  2. Feb 20, 2024
  3. Jan 30, 2024
    • Jennifer Rachel Curran's avatar
      Debug Stream, Addition of New Histograms and Fixes to the transform · 64f7772c
      Jennifer Rachel Curran authored and Adam Edward Barton's avatar Adam Edward Barton committed
      Addition of new function to add a Tree and histograms that show the difference in the Pre/Pos histograms in dbgAnalysis, modification of a function to add in the HLT_accepted_events histogram along with HLT_rejected_events as well as an additional python file that creates an empty file with the BSFile structure and changes to trigRecoExe to accomodate these additional functions and to rename the empty BSFile to RAW.pool.root if no events are selected for the chosen streams to prevent failures at T0 when events are actually just rejected by the HLT and/or stream selection when running the TriggerTransform for debug recovery.
      64f7772c
  4. Jan 26, 2024
  5. Jan 24, 2024
    • Scott Snyder's avatar
      TrigPSC: Fix cppcheck warnings. · 344ee18d
      Scott Snyder authored and Johannes Elmsheuser's avatar Johannes Elmsheuser committed
      TrigPSC: Fix cppcheck warnings.
      
      Pass objects by const reference, not by value.
      Prefer to initialize class members in an initialization list.
      Blank macro arguments can confuse cppcheck.
      344ee18d
  6. Dec 19, 2023
  7. Nov 16, 2023
  8. Oct 27, 2023
  9. Oct 19, 2023
  10. Sep 27, 2023
  11. Sep 12, 2023
  12. Sep 07, 2023
    • Frank Winklmeier's avatar
      TrigOnlineMonitor: fix ALFA LB monitoring histograms · fe1ab5ca
      Frank Winklmeier authored
      Fix two issues that prevented the LB histograms to be filled correctly:
      - Two `Monitored::Scalar` with the name "y" were used. Rename one of
        them to "ay" and adjust `defineHistogram` calls.
      - Remove the `_LB` suffixes from the axis variables to match the C++
        code.
      
      Closes ATR-27909.
      fe1ab5ca
  13. Sep 05, 2023
  14. Aug 29, 2023
    • Frank Winklmeier's avatar
      TriggerConfigFlags: naming cleanup · 0fed9aa4
      Frank Winklmeier authored
      - `Trigger.DecodeHLT` -> `Trigger.decodeHLT`
      - `Trigger.endOfEventProcessing.Enabled` -> `Trigger.enableEndOfEventProcessing`
      - `Trigger.HLTSeeding.forceEnableAllChains` -> `Trigger.forceEnableAllChains`
      0fed9aa4
  15. Aug 17, 2023
  16. Aug 16, 2023
  17. Aug 15, 2023
  18. Aug 09, 2023
    • Frank Winklmeier's avatar
      TrigServices: rewrite MessageSvc unit test · 9b62591a
      Frank Winklmeier authored
      Rewrite the unit test to use the regular state machine to avoid issues
      with finalization order. Also remove the rather useless check on the
      execution time which is way too generous to be useful.
      
      Closes ATR-27962.
      9b62591a
  19. Aug 07, 2023
  20. Jul 18, 2023
    • Edward Moyse's avatar
      Daily merge of 23.0 into main · 7661c4b9
      Edward Moyse authored
      TrigJetHypo ATR-27619 - reduce the number of AlgTools.
      
      TrigJetHypo ATR-27619 - reduce the number of AlgTools.
      
      Replace the on to one matching of Condition filters - Conditions with an
      index array, and a Filter array. The index array is one-to-one with the Conditions,
      while the size of the filter array is at most the length of the filter index array.
      
      In the majority of cases, the condition filters were pass-through filters, so this
      approch reduces the need to configure the such filters, at the proce of more complex code.
      
      Further, the filter used before the processing the jet hypo, has been replaced by a simple copy
      when a PassThrough filter was requested.
      7661c4b9
  21. Jul 17, 2023
  22. Jul 14, 2023
  23. Jul 10, 2023
  24. Jul 05, 2023
  25. Jun 26, 2023
  26. Jun 19, 2023
  27. Jun 06, 2023
  28. Jun 05, 2023
Loading