TrigAnalysisTest+TrigValTools: cleanup and fixes for AnalysisBase
Some remaining cleanup of TrigAnalysisTest (ATR-20090):
- Remove obsolete use of
TriggerTestCommon.pyand delete it - cleanup
testAthenaTrigAOD_*.pyjob options - delete unused
testAthenaTrigAODtoAOD_TrigNavSlimming.py - drop "RTT" from
checkFileTrigSize_RTT.py
Also make the TrigValSteering work in AnalysisBase (currently not included there though):
- replace
memoizeby standardlru_cache - remove dependency on
AthenaCommon.unixtools.FindFile - add missing
psutilcmake dependency