Skip to content
Snippets Groups Projects

Remove deprecated DataObjectHandleBase

Merged Sylvester Joosten requested to merge sly2j-master-patch-70815 into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
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("---")
Loading