Skip to content
Snippets Groups Projects
  1. May 15, 2020
  2. May 01, 2020
  3. Apr 27, 2020
  4. Apr 16, 2020
  5. Apr 15, 2020
  6. 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
  7. Mar 17, 2020
  8. Mar 09, 2020
    • Savanna Shaw's avatar
      Properly configure track summary tools in muon trigger · 075e7cb7
      Savanna Shaw authored
      Updating the configuration of the track summary tools used in the muon trigger for the muon creation and ctrack cleaning so that we use the MuonTrackSummaryTool when building MS-only muons and have no ID tracks, and the combined muon track summary tool when we do have ID tracks. This fixes the warnings reported in ATR-20521.
      075e7cb7
  9. Mar 04, 2020
  10. Mar 03, 2020
  11. Feb 28, 2020
  12. Feb 26, 2020
  13. Feb 19, 2020
  14. Feb 18, 2020
  15. Feb 13, 2020
    • Savanna Shaw's avatar
      Use muon specific track selection tool in muon triggers · 3ba6aaf8
      Savanna Shaw authored
      Reecently a change to the track selection tool used in the muon triggers (in !29539) was introduced that drastically reduced the efficiency for finding combined muons. Switching back to the default muon specific track selector tool which has more appropriate cuts on ID tracks needed for muon reconstruction.
      3ba6aaf8
  16. Feb 12, 2020
  17. Feb 10, 2020
  18. Jan 30, 2020
  19. Jan 28, 2020
  20. Jan 22, 2020
  21. Jan 21, 2020
  22. Jan 20, 2020
  23. Jan 16, 2020
  24. Dec 20, 2019
  25. Dec 12, 2019
  26. Dec 10, 2019
  27. Nov 29, 2019
  28. Nov 22, 2019
  29. Nov 15, 2019
  30. Nov 07, 2019
    • Savanna Shaw's avatar
      Merge offline and muon trigger configuration for inside out reco · af7b08c0
      Savanna Shaw authored
      Updating the offline configuration of inside out muon reco algorithms and tools, and the muon creator algorithm and tools to be able to handle the trigger configuration.
      Updating the trigger configuration to then use directly the offline configuration (plus a little bit of additional cleanup). Migration part of ATR-20389.
      af7b08c0
  31. Nov 06, 2019
    • Savanna Shaw's avatar
      Address warnings about unmet dependencies from muon trigger · 4ff57945
      Savanna Shaw authored
      Trying to address some of the warnings about unmet dependencies coming from the muon trigger (ATR-20488).
      - Allow the vertex container name to be empty for a couple of offline tools, and configure the trigger instances of the tools with the empty vertex conatiner (the muon trigger doesn't use the vertex information)
      - Add the MuonSegmentCnvAlg to the trigger setup to produce the xAOD::Segments needed elsewhere
      - Fix typo in the tag map name for the late muon configuration
      4ff57945
  32. Nov 04, 2019
  33. Oct 31, 2019
  34. Oct 29, 2019
    • Tim Martin's avatar
      * The initial navigation collections produced by the L1Decoder are prefixed... · 14282016
      Tim Martin authored
         * The initial navigation collections produced by the L1Decoder are prefixed "HLTNav_" (like all other navigation collections)
         * The initial ROI and initial Rec ROI collections produced by the L1Decoder are prefixed "HLT_" (like all other persistifiable collections produced during HLT execution)
         * The white listing of ROI containers in the `recordable()` checking function is removed.
         * The white listing of "HLTNav_" containers in the `recordable()` checking function is changed to an ERROR.
         * All "HLTNav_" containers are added to the EDM (online) via TriggerConfig.py so they should never be specified by hand in TriggerEDMRun3.py
         * Added some missing navigation containers to the collection script (L1Decoder fullscan output and HLT summary maker output)
         * When exporting "HLTNav_", dynamic variables were removed. The output of HypoAlgs requires dynamic variables to re-map element links.
         * Both decObj and decObjFilterOut are now passed to triggerOutputCfg such that the sub-set in decObjFilterOut get the correct aux dyn added.
      14282016
    • Savanna Shaw's avatar
      Merging the offline and trigger muon config for MS track building and muon candidates · b52d2306
      Savanna Shaw authored and Walter Lampl's avatar Walter Lampl committed
      Implementing the required configuration differences for the trigger to run the MS track building, track particle creation, and muon candidate building into the offline muon configuration, and changing the trigger to use the offline configuration directly (ATR-20389).
      b52d2306
  35. Oct 28, 2019
  36. Oct 24, 2019
  37. Oct 22, 2019
Loading