The scripts in this directory automate the repetitive steps in the analysis process. They are: 1.) caching raw data from the tape server to the /cache disk. 2.) creating the soft links between the raw data on the /cache disk and the $G0SCRATCH/data directory. 3.) Running g0analysis for many runs. This is a job ideally suited for the batch farm and scripts already exist for that purpose. There are reasons to run several jobs on the CUE machines and a script is available to do just that. 4.) Files on the /cache disk that aren't accessed frequently are removed to make room for more recent jcache results. The soft links that point to removed files are broken and the directory eventually becomes a boneyard of broken links. Cleaning the directory of broken links keeps things neat. cache.sh: link.sh: gzero_analysis.sh: cleanlinks.sh: Usage for each is given by invoking the script without aguments. *** Make sure that the scripts are executable before running.