Skip to content

SGComps: remove custom merge semantics for SGInputLoader

Frank Winklmeier requested to merge fwinkl/athena:sgil into master

Gaudi v36r4 automatically handles the merge semantics of sets correctly. The "Load" property is of type DataObjIDColl, which is an unordered_set and thus we no longer need to define our own merge semantics for it.

Merge request reports