diff --git a/SimG4Components/tests/options/xAngleBoost.py b/SimG4Components/tests/options/xAngleBoost.py index 9411ab4..6aa4da3 100644 --- a/SimG4Components/tests/options/xAngleBoost.py +++ b/SimG4Components/tests/options/xAngleBoost.py @@ -8,7 +8,7 @@ ApplicationMgr().OutputLevel = INFO from Configurables import k4LegacyDataSvc -podioevent = k4DataSvc("EventDataSvc") +podioevent = k4LegacyDataSvc("EventDataSvc") ApplicationMgr().ExtSvc += [podioevent] @@ -45,8 +45,8 @@ ApplicationMgr().TopAlg += [xAngleBoost] -from Configurables import PodioOutput -output = PodioOutput("output") +from Configurables import PodioLegacyOutput +output = PodioLegacyOutput("output") output.filename = "output_xAngleBoost.root" output.outputCommands = ["keep *"] -ApplicationMgr().TopAlg += [output] +ApplicationMgr().TopAlg += [output] \ No newline at end of file