The analysis software is based on the DAQ software. Scripts that work with the DAQ software will also compile and run with the analysis software; the analysis software has additional features (EVIO support, better time fitting) and fewer dependencies (doesn't need Qt, which is used for the trackerGui).

Checking out the analysis software:

git clone --recursive hps@laputa.stanford.edu:/git/hybrid

Building the analysis software:

cd hybrid/root
make
  • No labels