Skip to content

Fix a few bugs shown in heavy ion trigger menu test

Qipeng Hu requested to merge qhu/athena:myTriggerDev into master

Fix a few bugs shown up in recent ART trigger test with Run3 heavy ion trigger menu (Dev_HI_run3_v1)

Fixed PFE invalid warning from following two algorithms

  • Reconstruction/HeavyIonRec/HIGlobal/src/HIEventShapeFillerTool.cxx
  • Reconstruction/HeavyIonRec/HIJetRec/Root/HIEventShapeJetIteration.cxx

Fixed a bug of inserting a unique_ptr to a non-owning container in

  • Trigger/TrigAlgorithms/TrigCaloRec/src/HLTCaloCellCorrector.cxx

Added a few muon chains and removed unused photon chains in heavy ion HLT menus:

  • Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/Dev_HI_run3_v1.py
  • Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/PhysicsP1_HI_run3_v1.py

Merge request reports