Skip to content

Commit 2e83faa

Browse files
committed
larnd-sim input: SPILL -> SPILL_H5
Avoids some confusion, since ARCUBE_SPILL_NAME already defines the input for the convert2h5 step. So now the input for larnd-sim is ARCUBE_SPILL_H5_NAME.
1 parent 6af40a5 commit 2e83faa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run-larnd-sim/run_larnd_sim.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ dk2nuFile=${dk2nuAll[$dk2nuIdx]}
1717
echo "dk2nuIdx is $dk2nuIdx"
1818
echo "dk2nuFile is $dk2nuFile"
1919

20-
[[ -z "$ARCUBE_SPILL_NAME" ]] && ARCUBE_SPILL_NAME=$ARCUBE_OUT_NAME
21-
inDir=$PWD/output/$ARCUBE_SPILL_NAME
20+
inDir=$PWD/output/$ARCUBE_SPILL_H5_NAME
2221

2322
outDir=$PWD/output/$ARCUBE_OUT_NAME
2423
mkdir -p $outDir

0 commit comments

Comments
 (0)