Skip to content
Snippets Groups Projects
Commit 564eaea0 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Remove deprecated DataObjectHandleBase

In the future, use DataHandleBase where needed.
parent 0eed0306
No related branches found
No related tags found
1 merge request!62Remove deprecated DataObjectHandleBase
from Gaudi.Configuration import *
from GaudiKernel.DataObjectHandleBase import DataObjectHandleBase
from Configurables import ApplicationMgr, EICDataSvc, PodioOutput, GeoSvc
from GaudiKernel import SystemOfUnits as units
......@@ -195,7 +194,7 @@ parts_from_fit2 = ParticlesFromTrackFit("parts_from_fit2",
# props = configurable.getDefaultProperties()
# for propname, prop in sorted(props.items()):
# print(" prop name: {}".format(propname))
# if isinstance(prop, DataObjectHandleBase):
# if isinstance(prop, DataHandleBase):
# types.append(prop.type())
# print(" {}: \"{}\"".format(propname, prop.type()))
#print("---")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment