Skip to content
Snippets Groups Projects
Commit 472bbc71 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

TrigOutputHandling: use OrderedSet semantics in TriggerEDMSerialiserTool

Use `OrderedSet` semantics for the "CollectionsToSerialize" property
instead of defining our own merge semantics in Python. Note that we
could have also just used a `set::set` in C++, which would have the same
effect (but the Python type would still be `list`, which is a bit
confusing maybe).
parent e7823cda
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment