#!/bin/tcsh # Make sure BMS_OSNAME is set if ( ! $?BMS_OSNAME ) then if ( -e /gluex/sim-recon/scripts/osrelease.pl ) then setenv BMS_OSNAME `/gluex/sim-recon/scripts/osrelease.pl` endif endif # Source the setenv for the tagged version of sim-recon source /gluex/sim-recon/sim-recon-latest/${BMS_OSNAME}/setenv.csh # clean up PATHS filter_path PATH filter_path LD_LIBRARY_PATH filter_path JANA_PLUGIN_PATH