Skip to content

Fix for HitDV crash if subdetectors are disabled (ATR-24018) and fix for HitDV thread safety (ATR-24022)

Kunihiro Nagano requested to merge nagano/athena:hitdv_latest_work80 into master
  • Modify FastTrackFinder to create empty EDMs for disappearing track, large dEdx and hit-based DV triggers, in order to avoid crash in hypos due to missing EDMs (ATR-24018)

    • ATR-24018 points hit-based DV trigger but this problem also happens for disappearing track and large dEdx triggers, both are fixed with this MR
    • With test_trigP1_v1Dev_noL1Sim_missingROBs_build.py, I confirmed that the errors due to HitDV etc. are disappeared
  • Modify TrigHitDVAlg to fix thread unsafety (ATR-24022) for TMVA related variables

Merge request reports