Commit e0a300b 1 parent 8e432f4 commit e0a300b Copy full SHA for e0a300b
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if [ ! -f clicReconstruction_mt.py ]; then
17
17
ln -s $TEST_DIR /gaudi_opts/clicReconstruction_mt.py clicReconstruction_mt.py
18
18
fi
19
19
20
- ../../../run k4run clicReconstruction_mt.py
20
+ k4run clicReconstruction_mt.py
21
21
22
22
input_num_events=$( lcio_event_counter $TEST_DIR /inputFiles/testSimulation.slcio)
23
23
output_num_events=$( lcio_event_counter MT_Output_REC.slcio)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [ ! -f $TEST_DIR/inputFiles/muons.slcio ]; then
9
9
wget https://github.com/AIDASoft/DD4hep/raw/master/DDTest/inputFiles/muons.slcio -P $TEST_DIR /inputFiles/
10
10
fi
11
11
12
- ../run k4run $TEST_DIR /gaudi_opts/same_num_io.py --num-events=-1
12
+ k4run $TEST_DIR /gaudi_opts/same_num_io.py --num-events=-1
13
13
14
14
input_num_events=$( lcio_event_counter $TEST_DIR /inputFiles/muons.slcio)
15
15
output_num_events=$( lcio_event_counter Output_DST.slcio)
You can’t perform that action at this time.
0 commit comments