Skip to content

Trigger EDM Configuration problems from Warn to ERROR

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

The recordable function is provided in R3's python trigger config to register intent to store a collection in the trigger's output BS/ESD.

Up to now, it just printed a warning if the collection name was not registered in TriggerEDMRun3.py. Now it prints an error and a stacktrace to help locate the collection.

I had to fix some existing entries and add some missing ones to be able to make this change. Ping MU (@nakahama, @markowen, @sshaw) - I added HLT_xAODTracks_MuonIso under View MUIsoViewRoIs. MET (@jburr, @astruebi) - I added HLT_MET_tc, HLT_MET_tcPufit and HLT_TopoCaloClustersFS none of which are in Views. TAU (@malconad , @guindon, @carquin) - I added a missing Aux in the LCLC's name, a missing . after Aux in TrigTauRecMerged_MVA and a missing Aux container for HLT_tautrack_MVA.

Ping @bernius

Merge request reports