Skip to content

Commit 33fddab

Browse files
committed
Make sure to write an output file
1 parent 5311a58 commit 33fddab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLDConfig/CLDReconstruction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
iosvc = IOSvc()
4545
if reco_args.native:
4646
iosvc.Input = reco_args.inputFiles
47+
iosvc.Output = f"{reco_args.outputBasename}_REC.edm4hep.root"
4748

4849
svcList = [evtsvc, iosvc]
4950
algList = []

0 commit comments

Comments
 (0)