VetoDisplay - muon track visualization program Landscape - Black Hills topology Data - all input dat files Doc - Latex Documentation of this projecy
Descend into the VetoDisplay or Landscape directory and use the commands "make clean" then "make create" to compile and create an executable.
Must first have Root, MGDO, and GAT installed.
./Vetodisplay - run with no arguments reads all input files and generates pdf outputs
./VetoDisplay If there is a certain muon event you'd like to see in a rotatable 3-D model, simply run from the VetoDisplay directory with the arguments above.
When run from the command line, VetoDisplay generates pdf files to the "output" folder. The subdirectories coorespond to number of panels hit, with 9+ panels hit going into the 'other' directory, as well as a final heatmap.
To clear all output subdirectories: cd to the main output directory "output" and use the command:
find . ! -type d -exec rm '{}' ;
careful, dangourous command if used from any other directory!
For more information, see the Doc folder.