Skip to content

Add a check removing disabled ROBs/SubDets from StreamTags

Rafal Bielski requested to merge rbielski/athena:check-enabled-robs into master

Re-implemented from HltEventLoopMgr in release 21.1:
https://gitlab.cern.ch/atlas/athena/blob/21.1/HLT/Trigger/TrigControl/TrigServices/src/HltEventLoopMgr.cxx#L2826-2829

The check is now implemented in HLTResultMTMaker and is executed after the result is fully created (after all sub-tools are executed). It loops over the stream tags and removes ROBs/SubDets which are disabled.

Tested with:

athenaHLT --ros2rob=/eos/user/r/rbielski/trigUpgrade/run/testROS2ROB.py -l VERBOSE -n 75 --threads 1 --nprocs 1 -o out.327265.data -f /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/atn-test/data17_13TeV.00327265.physics_eb_zmm_egz.merged.RAW.selected._0001.data TrigExPartialEB/MTCalibPeb.py
Edited by Rafal Bielski

Merge request reports