Skip to content

Commit

Permalink
Use path from arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Feb 13, 2024
1 parent f15464f commit 7b06c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/clicRec_lcio_mt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

k4run clicReconstruction_mt.py --LcioEvent.Files $1

input_num_events=$(lcio_event_counter $TEST_DIR/inputFiles/testSimulation.slcio)
input_num_events=$(lcio_event_counter $1)
output_num_events=$(lcio_event_counter Output_REC_mt_lcio.slcio)

echo $input_num_events
Expand Down

0 comments on commit 7b06c82

Please sign in to comment.