#!/bin/sh #----------------------------------------------------------------------- # # UNIX script file to run a test job over 30 events using CLEOG # # The user needs to "setenv" the environment variables # T_EXE to the directory containing executables (eg. $C_LIB/bin) # T_MCD to the directory to contain datafile (eg. $C_LIB/run/dat) # T_EXE to the directory to contain log files (eg. $C_LIB/run/log) # #----------------------------------------------------------------------- cd $T_LOG if [ -f $T_MCD/cleog_${floutsfx}.fzx ] ; then rm -f $T_MCD/cleog_${floutsfx}.fzx ; fi export Z_BANK printenv Z_BANK printenv C_RUNFIL $T_EXE/cleog<