The source project of this merge request has been removed.
Terminate execute method if collection is empty
Hi,
the MuonTrackTruthTool
throws a WARNING message
03:45:41 MuonSegmentTruthAssociationAlg.MuonTrackTruthTool WARNING TrackRecordCollection is empty
if the TrackCollection is empty. Howerver, it seems logical to have such cases in events with no MS activity. In this MR, the calling alg is modified to terminate the method if the collection is empty, effectively removing the WARNING message above.
Closes ATLASRECTS-6001