Skip to content

TrigAnalysisTest: Don't run AOD checks on RDO_TRIG

Rafal Bielski requested to merge rbielski/athena:trigAnaTest-check-aod into master

The "analysis steps" in TrigAnalysisTest ART tests consist of old (from r21) job options running TrigDecChecker, TrigEDMChecker, TrigEDMAuxChecker in three separate jobs. When adding them initially to the tests, I thought they would work just as well on RDO_TRIG as on AOD. However, it turned out these RecExCommon-based JOs auto-configured offline reconstruction in this case to get to AOD-like objects, so we ended up running offline reconstruction three times in tests where we didn't want to run it at all. Disable the steps for now in the tests ending on RDO_TRIG, until we have new configuration of these checks suitable for Run-3 software. Keep them running in tests ending on AOD.

This should speed up the tests and help a bit with timeouts, ATR-20466

cc @tamartin, @okuprash

Merge request reports