Skip to content

removed unnecessary includes of DataObjectHandleBase

Sylvester Joosten requested to merge gaudi_update into master

DataObjectHandleBase does not exist anymore in Gaudi v35+. We can use DataHandleBase where needed, but most of the imports in the option files came from copy-pasting old debug code (without using it) and therefore unnecessary. I removed all incidences of this import, which should make the options files compatible both with old and new versions of Gaudi.

Merge request reports