Fix error in MET reconstruction config
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.