Skip to content

Introducing Set-semantics

Walter Lampl requested to merge wlampl/Gaudi:SetSemantics into master

Introduces semantics for properties that are supposed to be lists of unique objects. Behaves like and OrderedSet, eg. element retain the order in which they were added.

Use it for:

  • AuditorSvc.Auditors
  • THistSvc.Output
  • PersistencySvc.CnvServices

Merge request reports