DaVinci:
- allow to add selections directly to the list of UserAlgorithms No need in the explicit appearence of SelectionSequence:
my_selection = ...
dv = DaVinci()
dv.UserAlgorithms += [ my_selection ]
The corresponding SelectionSequence is created on-flight
As a result the final code is more compact and Selection behaves as Configurable...