GaudiConfig2: add clone for Configurable
Compare changes
Files
2@@ -273,6 +273,10 @@ class Configurable(ConfigMetaHelper):
Add a clone
method to the Configurable class and tests. The implementation is trivial but without it the user would have to access the "private" _properties
.