Skip to content

[ATR-28358] Do not save full trigger payload to DAOD with navigation conversion in main

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

As we're approaching requesting physics validation samples, we should remove this everything-and-the-kitchen-sink block.

cc @wprzygod @tbold

Note that I'm only going to remove this from main, meaning we can still produce DAOD_PHYS in 24.0 including the full trigger navigation payload.

Also note that we can still do R2-to-R3 navigation conversion comparison with this MR in, we just have to do it comparing the MatchFromCompositeTool tool vs. the R3MatchingTool running from HLTNav_Summary_DAODSlimmed rather than the (R2)MatchingTool vs. the R3MatchingTool running from the HLTNav_R2ToR3Summary like we are doing from AOD. If anything though this is more like-for-like.

I will add a test-steering for this next.

Merge request reports