diff --git a/Examples/options/edm4hep_read.py b/Examples/options/edm4hep_read.py index b463fb6e4a0e7eb0e6050cd0eab1bf92d9c2bcc7..998b300ec72179a375eb687f25dcbc09a742108b 100644 --- a/Examples/options/edm4hep_read.py +++ b/Examples/options/edm4hep_read.py @@ -2,8 +2,8 @@ from Gaudi.Configuration import * -from Configurables import CEPCDataSvc -dsvc = CEPCDataSvc("EventDataSvc", input="test.root") +from Configurables import K4DataSvc +dsvc = K4DataSvc("EventDataSvc", input="test.root") from Configurables import Edm4hepReadAlg alg = Edm4hepReadAlg("Edm4hepReadAlg")