Skip to content

Fix error in MET reconstruction config

William Keaton Balunas requested to merge wbalunas/athena:fixTVA-200128 into 21.2

This fixes an issue that was introduced in !29726 (merged) - I had forgotten to update a class name in the MET reconstruction configuration, resulting in errors. It should in fact use CP__TrackVertexAssociationTool, not CP__LooseTrackVertexAssociationTool which is deprecated.

Merge request reports