Execute mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make all
on terminal
then sp8sort
and sp8ana
will be found in build
folder. Plus, you can install it
to execute sudo make install
.
Simply execute sort.sh
or ana.sh
shell scripts. Don't forget to modify few lines in the scripts.
Copy usr
folder and rootlogon.C
file to your ROOT macros folder. It might be /usr/share/root/macros
.