Skip to content
Snippets Groups Projects
  1. May 24, 2019
    • Savanna Shaw's avatar
      Add isolated muon trigger to menu · 6e2214e7
      Savanna Shaw authored
      Updates included:
        isolation hypo tool configuration so that all properties are set correctly,
        allow muon event view creator to be able to turn off link to parent view (it's not needed in this case) to be able to run the same ID tarcking sequence in two different views within same chain,
        muon isolation sequence set to pick up correct muon containers and run precision ID tracking.
      6e2214e7
  2. May 21, 2019
  3. May 16, 2019
    • Savanna Shaw's avatar
      Configure muon trigger to run on MC · 1095b010
      Savanna Shaw authored
      Since for MC we start from RDO input, we don't need to run the BS to RDO decoding to run. Also swtiching off the checking for ID related BS conversion if we aren't reading BS input. Fixes the problems reported in ATR-19763.
      1095b010
    • Mark Andrew Owen's avatar
      Add RoI seeded decoding to CSC BS deocding alg and unify CSC data preparation... · 36b8fbfa
      Mark Andrew Owen authored and Frank Winklmeier's avatar Frank Winklmeier committed
      Add RoI seeded decoding to CSC BS deocding alg and unify CSC data preparation between L2 and EF in athenaMT setup.
      
      Changes made:
      - CscRawDataProvider has options needed to do decoding based on input RoIs (needed for use in trigger).
      - TrigL2MuonSA/CscDataPreparator: added option to turn off the actual decoding. Also cleaned the code slightly.
      - MuonSetup: Turn on RoI based decoding for CscRawDataProvider in RoI mode. Turn off decdoing in the L2 CscDataPreparator and run instead the offline decoding algorithms. Add CSC data to EF muon data verifier and no longer run offline decoding algorithms.
      36b8fbfa
  4. May 14, 2019
  5. May 03, 2019
    • Savanna Shaw's avatar
      Remove MuidCaloEnergyMeas from muon trigger configuration · 71e9a477
      Savanna Shaw authored
      We never actually use the MuidCaloEnergyMeas tool in the trigger, since we don't have access to calo information at the muon trigger level. Any algorithms/tools that need it we anyways configure such that this tool is disabled.
      Removing this from the trigger configuration so some cleanup of the offline code can proceed in atlas/athena!23065.
      71e9a477
  6. Apr 30, 2019
  7. Apr 29, 2019
  8. Apr 24, 2019
  9. Apr 23, 2019
  10. Apr 19, 2019
  11. Apr 18, 2019
  12. Apr 17, 2019
  13. Apr 16, 2019
  14. Apr 15, 2019
  15. Apr 12, 2019
  16. Apr 11, 2019
    • Mark Andrew Owen's avatar
    • Mark Andrew Owen's avatar
      First attempt to unify the data decoding for the L2 and EF trigger algorithms in the MT setup. · 6679f37f
      Mark Andrew Owen authored
      The following changes have been made:
      - TrigL2MuonSA/MdtDataPreparator: Add a new flag to disable the decoding of the MDT data. Also disable the relevent tools and data-handles when the decoding is disabled. I also removed m_storeGateSvc, which wasn't used anywhere in the code.
      - TriggerMenuMT/python/HLTMenuConfig/Muon/MuonSetup.py: Load the 'standard' muon data prep algorithms in the muFastRecoSequence and add the MDT algorithms to the sequence. The configuration of the MdtDataPreparator is changed to not run the decoding. In the EF sequence, I added a ViewDataVerifier to twll the view that it should expect the MDT PRDs to be available from the previous L2 steps and removed the MDT data preparation algorithms. A special case was needed here for full-scan. Some of this is a bit ugly, but should be improved when we migrate to the new JO.
      6679f37f
  17. Apr 01, 2019
  18. Mar 26, 2019
  19. Mar 22, 2019
  20. Mar 05, 2019
  21. Mar 04, 2019
  22. Feb 18, 2019
  23. Feb 14, 2019
    • Savanna Shaw's avatar
      First step towards full scan muon chain · 7bc4d8d9
      Savanna Shaw authored
      This is a first attempt to setup a full scan muon chain.
      At the moment it just runs a single muon full scan chain (the hypos need updating to handle properly muX_muYnoL1 type chains): mu6noL1.
      7bc4d8d9
  24. Feb 13, 2019
  25. Feb 12, 2019
  26. Feb 07, 2019
    • Neil Warrack's avatar
      update MuonDataDecodeTests references for CSC BS decoding · c460da43
      Neil Warrack authored
      The unit ctests MuonDataDecodeTests and MuonDataDecodeTests_Cache run a diff with a reference file which has been updated here to reflect the decoupling of the BS conversion from the RDO-PRD process for the MS CSCs. The BS decoding is now done directly in the trigger algorithms. Old, unneeded, comment lines have also been removed from config file MuonPrdProviderToolsConfig.py from the MuonRecExample pkg and the MuonSetup.py file from the TrigUpgradeTest pkg
      c460da43
  27. Feb 01, 2019
  28. Jan 15, 2019
    • Savanna Shaw's avatar
      Add EF combined muons to trigger tests (ATR-17553) · a31032bd
      Savanna Shaw authored
      This adds the combined muons to the mu.with.views tets, and also fixes a bug with the input RoIs in that test.
      Also updates both muon tests to run over different events so that the combined muon reco actually runs in at least one event (and correspondingly updates the reference for the menu test).
      a31032bd
  29. Jan 08, 2019
    • Savanna Shaw's avatar
      Minor updates for muon menu test · 70773134
      Savanna Shaw authored
      Fix a bug in trying to write collections with the same name.
      Changed which events the muon menu tests runs over so that all parts of the chains actually run in the test (and updated the reference accordingly).
      70773134
  30. Dec 23, 2018
    • Neil Warrack's avatar
      Decouple BS conversion in TGCs from RDO->PRD decoding tool · 8f3159b3
      Neil Warrack authored
      In preparation for the migration of the Athena code to the multi-threaded AthenaMT, remove the (scheduler-unsafe) dependency of the TGC RDO->PRD tool on the existence of the RDOs which are in some cases produced from the BS using a decoding function called by the RDO-PRD process itself.
      
      The RawDataProviderTool which can perform the BS decoding is removed from the Muon Spectrometer TGC RDO->PRD convenience tool and can now be used directly by trigger and offline in a similar manner. Changes have been made to the tigger validation unit tests to reflect these changes.
      8f3159b3
  31. Dec 15, 2018
Loading