Skip to content

Insure that GaudiAlgorithm::declareProperty is used for handles

Gerhard Raven requested to merge fix-declareProperty-calls into future

Both Algorithm and GaudiAlgorithm implement a declareProperty which has a signature so that it could be invoked with a datahandle -- but only the version in GaudiAlgorithm 'does the right thing'. This patch makes sure that the proper version in GaudiAlgorithm is available, and thus selected.

Merge request reports