Skip to content

Commit

Permalink
fix typo in docs about migrating from k4DataSvc
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed Feb 25, 2025
1 parent c19ae2b commit fefd7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/PodioInputOutput.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ alg = SelectorAlg(
-oup.filename = "example_output.root"
-oup.outputCommands = ["drop MCParticles"]
+io_svc.Output = "example_output.root"
+oup.outputCommands = ["drop MCParticles"]
+io_svc.outputCommands = ["drop MCParticles"]


ApplicationMgr(
Expand Down

0 comments on commit fefd7ae

Please sign in to comment.