We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd415c commit 7be4b8dCopy full SHA for 7be4b8d
validation/advanced-tests/run-advanced-tests.sh
@@ -50,6 +50,8 @@ esac
50
if [ $? != 0 ] ; then echo "wget validation files failure" ; exit 1 ; fi
51
tar -zxvf twoTrackEvents_809_raw.evio.tar.gz
52
53
+export JAVA_OPTS=-Djava.util.logging.config.file=../../common-tools/clas-logging/src/main/resources/org/jlab/logging/debug.properties
54
+
55
# run decoder
56
$COAT/bin/decoder -t -0.5 -s 0.0 -i ./twoTrackEvents_809_raw.evio -o ./twoTrackEvents_809.hipo -c 2
57
0 commit comments