Custom trains for filtering hipo files. (Custom CLARA wagons weren't working out.)
First build the library with:
sed -i "s;/CLAS12-Trains;/path/to/CLAS12-Trains;g" lib/src/main/java/org/jlab/trains/*.java
./gradlew buildThen add the following to your startup script:
pushd /path/to/CLAS12-Trains >> /dev/null
source ./bin/env.sh
popd >> /dev/null(Use ./bin/env.csh for c shell.)
TODO: You should now be able to run the trains with train
Contact matthew.mceneaney@duke.edu