Skip to content

[WIP] Extent Property hierarchy with class for indirect access to property value

Christian Gumpert requested to merge cgumpert/Gaudi:master into master

This merge requests is an idea how to implement the feature request GAUDI-1204.

A new class PropertyAccessor : public Property is introduced which implements the above mentioned concept. Overloaded versions of the declareProperty method have been added to the Algorithm and PropertyMgr class to make use of this new functionality.

The example algorithm GaudiExamples/src/Properties/PropertyAlg.h has been modified to illustrate a possible use case.

Merge request reports