Repository for GEANT4 simulation & analysis of BIC TB simulation.
After fetching the repository, do
cd install
source envset.sh
cd ../build
cmake -DCMAKE_INSTALL_PREFIX=<path_to_install_directory> ..
make -j4 install
./bin/analysis <path_to_root_files> <low_edge_of_hist> <high_edge>
e.g.)
./bin/analysis /home/USER/20GeV_ele_data 0 20