Make sure you have Git installed on your local computer. Use the following command to download a copy of the git repository.
git clone https://github.com/jonlighthall/analysis.git
Use Git to track changes in your local copy of the code and to receive updates.
Before the data files can be calibrated and analysed, they must fist be converted. The programs used for converting .evt
data files into .root
files is located in the evt2root directory. The output of these programs are un-calibrated and un-analyzed.
In the folder analysis_software, the program Main.cpp
is used for converting the "raw" .root
files produced by evt2root
into .root
files used for calibration.
The macros for calibrating the silicon detectors are located in SiCal.
The macros for calibrating the proportional counter detector are located in PCCal.