Skip to content

Add R2toR3 navigation -> DAOD slimmed navigation steering logic

Tim Martin requested to merge tamartin/athena:daodNavSlimmingR2toR3 into main

This lets the navigation slimming correctly find final-features for R2->R3 converted navigation graphs where the final-feature may be a dummy feature.

Before, we had this incorrect situation for HLT_4j120 where only the dummy-feature (green) was linked into the converted graph (orange). Not the actual jets (yellow).

image

Afterwards we successfully skip over the dummy feature and locate the jets, we therefore correctly identify and pack their 4-vectors into the trigger's DAOD IParticle container.

image

This doesn't affect any DAOD production jobs as R2->R3 navigation conversion is not yet enabled by default.

cc @wprzygod & @tbold

Merge request reports