Skip to content

[ATR-19844] Add Run3 protection to TDT dumping code

Tim Martin requested to merge tamartin/athena:addRun2ProtectionToTDTCheck into master

TrigEDMChecker.cxx is currently used to check both Run-2 and Run-3 files.

The LinkInfo returning feature method is Run-3 only, hence needs some protection against executing on Run 2 AOD.

Merge request reports