Skip to content
Snippets Groups Projects
  1. Dec 07, 2020
    • Savanna Shaw's avatar
      Migrate Muon Raw Data Decoding to use Region Selector Tool · 99ba88e8
      Savanna Shaw authored
      Migrating the Muon RawDataProviders to use the Region Selector Tools instead of the old RegionSelectorSvc (ATR-22477), and updating the trigger configuration accordingly (the region selector is only needed in the seeded decoding used in the trigger).
      99ba88e8
  2. Nov 16, 2020
  3. Nov 10, 2020
  4. Nov 06, 2020
  5. Nov 04, 2020
    • Edward Moyse's avatar
      Attempt to clean up MuonCalibConfig · 5b7f59ae
      Edward Moyse authored
      I don't think that the approach of modifying the class, rather than an instance, is a good idea.
      I also worry that private tools are not being configured at all (specifically, the MdtCalibrationTool and MdtCalibrationDbTool). Attempting to fix this. This causes q431 changes, but this is probably expected.
      5b7f59ae
  6. Oct 27, 2020
  7. Oct 09, 2020
    • Savanna Shaw's avatar
      Remove InDetCandidate selection for muon triggers · 068a3ad2
      Savanna Shaw authored
      Updating the muon InDetCandidateAlg to be able to skip using the InDetTrack selection tool, and updating the trigger configuration to not use apply the InDetTrack selection. It turns out that this cuts out quite a number of ID tracks, and does seem to have some impact on low pT muons.
      Also added as mall change to initialise the ReadHandle for teh forward track particles only if it's actually needed.
      068a3ad2
  8. Sep 29, 2020
  9. Sep 22, 2020
  10. Sep 18, 2020
  11. Sep 17, 2020
  12. Sep 16, 2020
  13. Sep 14, 2020
  14. Sep 02, 2020
    • Savanna Shaw's avatar
      Use decoration handles for muon trigger isolation · 81667419
      Savanna Shaw authored
      Since the isolation variables are no longer part of the muon EDM, we need to decorate teh muons with the isolation.
      
      - Migrate the trigger muon isolation algorithm and isolation hypothesis alg/tool to use decoration handles for the isolation variables
      -- Also slightly update the monitoring in the hypo tool (we only look at one muon at a time, so don't need to monitor vectors of variables)
      - Updating slightly the event view creator algorithm to record the AuxContainer for the muons
      - Adding the isolation variables in the EDM config
      - Adjust the relevant parts of the trigger configuration to be compatable with the other changes
      81667419
  15. Sep 01, 2020
  16. Aug 29, 2020
  17. Aug 28, 2020
  18. Aug 24, 2020
  19. Aug 11, 2020
  20. Aug 03, 2020
    • Stephen Nicholas Swatman's avatar
      Fix several other bounds checking config issues · 53fe66cb
      Stephen Nicholas Swatman authored
      There were some lines in the configuration Python scripts that were
      indirectly configuring the hole search tool, and this was causing
      errors with the recent removal of properties from that tool. This
      commit fixes some of these problems. I've done my best to look for any
      more issues and fix them, but I can't really guarantee anything.
      53fe66cb
  21. Jul 06, 2020
  22. Jul 03, 2020
  23. Jun 30, 2020
  24. Jun 29, 2020
  25. Jun 10, 2020
    • Savanna Shaw's avatar
      Minor updates for NSW decoding in the trigger · 1e98ba2c
      Savanna Shaw authored
      Just making the instances of RDOtoPRD decoding algorithms for the NSW detectors distinct so we don't run into interference issues in the future (probably the only reason it works OK now is that the seeded decoding isn't yet implemented). Also slightly updating the naming for the MM decoding to be consistent with the other technologies (which makes searching the log files easier).
      1e98ba2c
  26. Jun 09, 2020
  27. Jun 07, 2020
  28. May 23, 2020
  29. May 21, 2020
  30. May 17, 2020
  31. May 15, 2020
  32. May 14, 2020
  33. May 06, 2020
  34. May 04, 2020
    • Savanna Shaw's avatar
      Avoid changing collection names in muon trigger sequences · 02c022cc
      Savanna Shaw authored
      Removing a few instances where we were defining a track particle container name (and also an algorithm name) globally within different muon sequences, which can cause problems depending on which order chains are configured in the menu (since the names were being overwritten). All the sequences that need the track particle collection name use the same default variable name that we define only once. All sequences that were changing the collection name did not have any later dependency on the new name in other sequences.
      02c022cc
  35. May 01, 2020
Loading