Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 24, 2025
1 parent 6462700 commit 7b41e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4MarlinWrapper/examples/clicRec_e4h_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"$TEST_DIR/inputFiles/", os.environ.get("INPUTFILE", "ttbar_edm4hep_frame.root")
)
iosvc.Output = "my_output.root"
iosvc.outputDstName = ["keep *, drop RefinedVertexJets_PID_RefinedVertex"]
iosvc.outputCommands = ["keep *, drop RefinedVertexJets_PID_RefinedVertex"]
else:
evtsvc = k4DataSvc("EventDataSvc")
evtsvc.input = os.path.join(
Expand Down

0 comments on commit 7b41e44

Please sign in to comment.