Print

Print


Commit in hps-java/scripts on MAIN
et_evio_file_producer.sh+15added 1.1
file producer script that takes command line arguments

hps-java/scripts
et_evio_file_producer.sh added at 1.1
diff -N et_evio_file_producer.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ et_evio_file_producer.sh	25 Apr 2012 20:54:36 -0000	1.1
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+# Script to stream an EVIO file onto an ET ring.
+# You need to setup the path to JNI libraries yourself which are in hps-et-java/lib/[arch] .
+
+# Single argument is name of EVIO file.
+eviofile=$1
+
+# Classpath pointing to the hps-java jar.
+classpath=`pwd`/target/hps-java-1.1-SNAPSHOT-bin.jar
+
+# Run it.
+prod="java -classpath $classpath org.lcsim.hps.evio.EvioFileProducer $@"
+echo $prod
+exec $prod
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1