Skip to content
Snippets Groups Projects
  1. Sep 20, 2021
  2. Jun 16, 2021
  3. May 25, 2021
  4. May 19, 2021
    • Savanna Shaw's avatar
      Add selection for InDetCandidates in muon trigger · 5d5ad430
      Savanna Shaw authored
      Adding a very loose configuration of the InDet trackselector for the muon trigger (mostly to include the pT>2 GeV cut (which we had implemented separately in Run 2, but is currently missing in the run 3 trigger) to reduce the CPU usage - ATR-18811).
      5d5ad430
  5. May 17, 2021
  6. May 12, 2021
    • Frank Winklmeier's avatar
      TriggerMenuMT: add custom log formatter · 62a6601e
      Frank Winklmeier authored
      Add a custom `logging` formatter for all child loggers in the
      TriggerMenuMT package. Due to the deep module hierarchy, logger names
      often become too long and make log file reading difficult. The custom
      formatter now only shows the first and last module name, e.g.:
      
      Py:TriggerMenuMT.HLTMenuConfig.UnconventionalTracking.FullScanLRTConfiguration
      becomes
      Py:TriggerMenuMT:FullScanLRTConfiguration
      
      Also remove all custom logger names and use the module `__name__`
      consistently.
      62a6601e
  7. Apr 05, 2021
  8. Apr 04, 2021
  9. Mar 30, 2021
    • Savanna Shaw's avatar
      Updates to muon trigger new JO config · 75d68666
      Savanna Shaw authored and Walter Lampl's avatar Walter Lampl committed
      A couple updates to the trigger config for the MDT drift circle on track creator and trackbuilder to bring the new JO inline with the standard configuration. Also making fixing teh MuonExtrapolator config to include the updated properties, and switching on some of the trigger monitoring.
      75d68666
    • Edward Moyse's avatar
      More improvements to try to get new configuration working. · 1f17019e
      Edward Moyse authored and Walter Lampl's avatar Walter Lampl committed
      This was mostly done by enabling wrapping (it's off by default) and using my comparison script:
      https://gitlab.cern.ch/emoyse/Scripts/-/blob/master/CompareConfigs.py
      
      Changes to match old config
      - MuonTrackSummaryHelperToolCfg should use AtlasExtrap
      - InDetTrackSummaryHelperToolCfg should have InDet set to true
      - MooCandidateMatchingToolCfg should use MuonStraightLineExtrap
      - MuonCombinedInDetDetailedTrackSelectorToolCfg uses new AtlasTrackSummaryToolCfg
      - SolenoidalIntersectorCfg has same name as old config, to allow for deduplication
      - misc changes to match naming of oldconfiguration
      - Correct naming of MuonCombinedInDetCandidateAlgCfg and added missing LRT configuration (currently off by default)
      - Add missing MuonAlignmentErrorDbAlg to MuonGeometryConfig and added missed folder for MuonAlign errors
      
      Improvements to configuration:
      - Added AtlasTrackSummaryToolCfg
      - Wrapping Debug commented out (will be removed once debugging finished)
      - switch MuonCreatorTool to use summarytool which knows about ID
      - added some more new flags to wrapping (will eventually need to handle this all properly)
      - MuonCombinedRecoConfig: Need to enable ID via Detector.Reco flags now
      - Temporarily comment out MuonAlignmentErrorDbAlg (causes lots of errors in some workflows)
      1f17019e
  10. Mar 23, 2021
  11. Mar 22, 2021
  12. Mar 15, 2021
  13. Mar 08, 2021
    • Yohei Yamaguchi's avatar
      Use xAOD::MuonRoI in TrigL2MuonSA · 1934d30a
      Yohei Yamaguchi authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      1934d30a
    • Savanna Shaw's avatar
      Add inside-out muon reco to trigger new JO test · 76f2582d
      Savanna Shaw authored
      Adding the inside-out reco to the muon triggers in the new JO test (ATR-20388):
      
      - Add the inside-out reco algorithms to the muon trigger configuration, and run in a sequence only if we don't find any muons in the outside-in reco sequence
      - Add the configuration for the algorithms that check for outside-in muons and merges the muon trigger containers
      - Update the muon reco config to remove a couple cases of unneeded 'addPublicTools' and to use the correct track summary tool for a given use case (CombinedMuonTrackSummaryTool when looking at combined muons, and the MuonTrackSummaryTool otherwise)
      76f2582d
  14. Mar 02, 2021
  15. Feb 17, 2021
    • Savanna Shaw's avatar
      Add isolation to muon trigger new JO test · 7e467fe8
      Savanna Shaw authored
      Adding a muon chain with track isolation to the trigger new JO test (ATR-20388):
      - Added the new JO configuration for the isolation algorithm and tool
      - Added the menu configuration for the isolation step
      
      Also updated slightly the flags for combined muons (to switch off running some things like staco muons that we don't use in the trigger)
      7e467fe8
  16. Feb 16, 2021
    • Savanna Shaw's avatar
      Bug fixes for combined muon triggers in the new JO · 593ec4f2
      Savanna Shaw authored
      A few fixes for combined muons in the trigger new JO test:
      - Create separate flags for SA vs combined muons, so that the combined muons are configured correctly
      - Remove a few cases of addPublicTool that are no longer necessary (since the tools are all private)
      - Fix some a bit the trigger configuration so that the right collections are available for combined muons.
      593ec4f2
  17. Feb 10, 2021
  18. Feb 08, 2021
  19. Feb 01, 2021
  20. Jan 14, 2021
  21. Jan 06, 2021
    • Savanna Shaw's avatar
      Update trigger newJO config to be able to run muon triggers standalone · bc60d3fd
      Savanna Shaw authored
      Applying some fixes to the trigger new JO config to be able to run muon triggers independant of the rest of the menu:
      - Removing the confguration of region selector service from the general JO as this sets up the region selector for all detectors (the service is only needed for the Calo based triggers, and is already configured in the calo data access configuration, so isn't needed generally. All other detectors use the detector specific region selector tools)
      - Adding the configuration of the LAr/Tile geometries to the muon trigger config (needed since we extrapolate muons through the calorimeter).
      bc60d3fd
  22. Jan 05, 2021
  23. Dec 18, 2020
  24. Dec 16, 2020
  25. Dec 11, 2020
    • Savanna Shaw's avatar
      Updates for muon trigger in new JO test · 8e18ed0b
      Savanna Shaw authored and Edward Moyse's avatar Edward Moyse committed
      A few updates for the muon trigger in the new JO test (mostly related to the decoding):
      - Turn on the seeded (RoI based) BS decoding for the trigger (including configuration of the Region selector which is needed for the seeded decoding)
      - Removing the passing of the `doTrigger` variable to the decoding alg configurations, since we have an actual flag that we use elsewhere in the muon configuration.
      - Refactor the decoding in the trigger configuration so that it can be used in two different steps of the muon triggers that run in different RoIs
      - Fix a bug in the muon trigger TrackParticleCnvAlg configuration that was leading to a low efficiency of MS-only muons
      8e18ed0b
  26. Dec 07, 2020
  27. Nov 27, 2020
  28. Nov 25, 2020
    • Savanna Shaw's avatar
      Add combined EF muons to trigger new JO test · 2720625b
      Savanna Shaw authored
      Adding combined muons to the trigger new JO test (ATR-20388):
      - Include the relevent offline algorithms for combined muons to the trigger test
      - Update slightly the MuonCombinedTagTool configuration to be able to run in the trigger
      - Add empty steps to chains not running the combined muons so that combined chains will work (need the same number of steps)
      
      Also updated the input maker for the muComb and EF MS steps to use the RoIs centered on the L2 MS tracks to try to improve the efficiency for later steps for low pT muons.
      2720625b
  29. Nov 18, 2020
  30. Nov 05, 2020
  31. Oct 19, 2020
  32. Oct 02, 2020
  33. Sep 29, 2020
    • Savanna Shaw's avatar
      Adding muComb to trigger new JO test · efcb5967
      Savanna Shaw authored and Adam Edward Barton's avatar Adam Edward Barton committed
      Adding the L2 combined muon step to the trigger new JO test (ATR-20242). The step runs:
      - A view data verifier to pick up the L2 SA muons from the previous step
      - The ID fast track finding
      - the muComb algorithm
      
      Currently it seems that the combined electron+muon chains need to have the same number of steps for electrons and muons, so I split the muon chains into two type. The default chains (used in combination with other signatures) run the L2 SA and combined steps, and the msonly chains run the L2 SA and precision SA steps (and the L2 combined and preicion SA steps are only created for the relevant chains).
      efcb5967
  34. Sep 09, 2020
  35. Sep 02, 2020
  36. Aug 20, 2020
    • Savanna Shaw's avatar
      Updates to muon trigger for newJO test · d920d629
      Savanna Shaw authored
      Updating a bit the muon trigger for the newJO test (ATR-20388):
      - Updating some parts of the configuration for muon candidate builiding to be more appropriate for the trigger use case
      - Setting up the ID geometry so we can extrapolate muons through the full detector
      - Adding the EF MS hypo to replace the fake hypo
      d920d629
  37. Jul 30, 2020
    • Savanna Shaw's avatar
      Add muon candidate and muon creator algs to trigger new JO test · 83664627
      Savanna Shaw authored
      Adding the building of muoncandidates and xAOD muons for the SA part of the muon trigger in the new JO test. In principle this lets us run ms-only type chains in the new configuration (or will once I add a sensible hypo in the future).
      - Made some changes in the configuration to various tools for trigger running
      - Added configuration for alg to convert MS tracks to xADO trackParticles (temporarily in trigger config)
      - Updated trigger configuration to call muon candidate and creator algs
      
      Part of the migration in ATR-20388
      83664627
  38. Jul 28, 2020
Loading