gtr_run examples
D. Adams
08jun01 1546
This directory contains some example run directories which use
the gtr_run
interface to global tracking.
-
dat contains sample data files
-
find does standard track finding for Monte Carlo data
-
tuple creates the standard ntuple for Monte Carlo data
-
dump dumps both Monte Carlo and reconstructed tracks
-
disp generates an event display
To run any of the above, copy the directory and contents to your
own area, modify srtenv.sh to point to the desired release and
execute the run script. For example:
> mkdir myfind
> cd myfind
> (copy files into myfind using netscape)
> emacs srtenv.sh # specify the release
> emacs runenv.sh # specify the input file
> run # run the program
dladams@fnal.gov