Skip to content
Snippets Groups Projects
  1. Oct 14, 2020
  2. Sep 30, 2020
  3. Sep 29, 2020
  4. Sep 22, 2020
  5. Sep 18, 2020
  6. Sep 17, 2020
  7. Sep 14, 2020
  8. Aug 27, 2020
    • Savanna Shaw's avatar
      Use same HypoAlg for ms-only and standard muon triggers · ddfa9722
      Savanna Shaw authored
      Switching the msonly muon triggers to use exactly the same SA muon trigger sequence as other chains. This is to avoid having two different hypo algs attach the same feature twice in the navigation (which can lead to retrieving the incorrect features from the navigation later on in the monitoring).
      ddfa9722
  9. Aug 13, 2020
  10. Aug 10, 2020
    • Savanna Shaw's avatar
      Avoid duplicate decisions for muons in muon triggers · e2b9cdab
      Savanna Shaw authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      The precision muon trigger hypo loops first on the previous decisions, then gets the event view for each decision, and finally retrievs the muons from the view. In the case where we have an input maker that merges based on feature, we run into the problem of having one decision per unique muon, which means we have N decisions for a given view, and so end up creating N new decisions per muon. To avoid this, I've introduced a check that the muon corresponds to the muon from the previous decision. Since this is only a problem for combined muons, we first check if the extrapolated muon spectrometer track for the combined muons matches the extrapolated track from the previous step's SA muons. In case there is no extrapolated track (which is the case for muons reconstructed by the InsideOut reconstruction), we check the dR between the combined muons and the previous step's muons. This makes sure we don't create new decisions multiple times for the same muon (which is reflected in the reference update), and avoids warnings of the form:
      
      `WARNING Found 'feature' by multiple paths, but the links are coming from different places in the navigation graph`
      
      as discussed in ATR-21548.
      e2b9cdab
  11. Jul 18, 2020
  12. Jul 16, 2020
  13. Jul 10, 2020
  14. Jul 08, 2020
  15. Jul 03, 2020
  16. Jun 26, 2020
  17. Jun 24, 2020
    • Savanna Shaw's avatar
      Change muon trigger invariant mass hypo to be ComboHypoTool · 2d6da639
      Savanna Shaw authored
      Updating the invariant mass hypo used by the muon trigger to be a combo hypo tool:
      - Removing the invariant mass hypo alg, since it's not longer needed
      - Changing the invariant mass hypo tool to be a ComboHypoTool, and updating the logic a bit compared to what was in the hypo alg to make sure we a) avoid looking at the same muon twice, b) look only at muons that passed the combined muon hypothesis
      - Remove the specific menu sequence for the unvariant mass hypo, and added instead a ComboHypoTool to the combined muon menu sequence for invariant mass chains.
      - Updated the references, since this removes one step from the chain, but also because the counting for this last step wasn't quite correct before (it is now).
      2d6da639
  18. Jun 22, 2020
    • Savanna Shaw's avatar
      Update RoIs used in muon triggers for SA muons · 6d63e9e4
      Savanna Shaw authored
      Changing the RoIs used to the RoIs that are not using the extrapolation to the IP (which can reduce the efficiency for SA muons not originating from the IP). This brings the Run 3 muon triggers a small step closer to the Run 2 triggers.
      6d63e9e4
  19. Jun 12, 2020
    • Savanna Shaw's avatar
      Adapt muon triggers to avoid duplicate processing · 4f573e4a
      Savanna Shaw authored
      Due to the way the input maker was configured for the EF SA muon triggers, we were duplicating processing of RoIs when running ms-only and combined muon chains in the same steps. In order to avoid this:
      - Have changed the input maker for the EF SA step to use the roi tool that fetches the RoIs from previous views (this allows us to use the same RoIs in both types of chains, instead of the using the L1 RoIs for ms-only chains and the L2 RoIs in the combined chains).
      - Change the input maker for the EF SA step to merge based on the initialRoI, which removes the duplication of views
      - Adjust the ViewCreatorFetchFromViewROITool to be able to fetch the RoIs from a specific view from earlier in the chain (default is to fetch from the view from the previous step)
      4f573e4a
  20. Jun 08, 2020
    • Savanna Shaw's avatar
      Change muon trigger input maker to merge by feature · 34bf9611
      Savanna Shaw authored
      Since we can find multiple SA muons in a single view, changing the input maker for the subsequent steps to merge-by-feature instead of merge-by-roi as discussed in ATR-21548.
      Reference updated since this affects the way the features are counted.
      34bf9611
  21. Jun 07, 2020
  22. Jun 05, 2020
  23. May 29, 2020
  24. 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
  25. Apr 09, 2020
    • Savanna Shaw's avatar
      Consolidate muon trigger hypotheses · f3b60ca2
      Savanna Shaw authored and Walter Lampl's avatar Walter Lampl committed
      Since the TrigMuonEFMSonlyHypo alg/tool was basically a copy of the TrigMuonEFCombinerHypo alg/tool, have combined them into a single hypo alg/tool (TrigMuonEFHypo). The only difference was what type of muons were being considered (MSonly vs Combined), so this is now a configurable property of the tool. The corresponding configuration has been updated to configure the different instances of the hypo alg/tool and the monitoring configuration has similarly been condensed.
      f3b60ca2
  26. Apr 03, 2020
    • Savanna Shaw's avatar
      Update RoIs used in EventView creation for muons · a7b50fc3
      Savanna Shaw authored
      A few updates related to the event view creation for L2 combined muons:
      - Use the ViewCreatorFetchFromViewROITool when creating teh event views to spawn views from the RoIs created by the L2 SA algorithm. This allows us to easily use the varying RoI sizes defined in the L2 SA algorithm, depending on where in the detector the muon is.
      - Record the output of the ViewCreatorFetchFromViewROITool to the EDM, and remove the recording of the 'forID' RoI collection that was created inside the L2 SA views. Now the RoI collection is recorded at the event level to the EDM and can be used in the offline monitoring (as needed in ATR-20850)
      - Fix a bug in the creation of the output RoI descriptor in ViewCreatorFetchFromViewROITool (need to create the new roi descriptor from the input RoI itself, and not the pointer)
      a7b50fc3
  27. Mar 31, 2020
  28. Mar 26, 2020
  29. Mar 19, 2020
  30. Mar 04, 2020
  31. Feb 13, 2020
  32. Dec 13, 2019
  33. Dec 04, 2019
  34. Nov 30, 2019
  35. Nov 29, 2019
  36. Nov 04, 2019
  37. Oct 28, 2019
  38. Oct 25, 2019
    • Savanna Shaw's avatar
      Fix crash in late muon triggers · a95d9998
      Savanna Shaw authored and Frank Winklmeier's avatar Frank Winklmeier committed
      Fixing a problem with the previous implementation of the late muon triggers that leads to a crash due to trying to record multiple containers in a single view (ATR-20407).
      - Split the out of time RoI making into it's own sequence that runs before the reco sequence.
      - Add a simple hypo alg/tool to select the out of time RoIs (no real selection added at the moment, but it could be added in the future)
      - Update the event view creator algorithm to be able to add the out of time RoIs to the views
      a95d9998
Loading