** work in progress **
reconstruction library in C++
- ROOT
- ROOTANA
- OpenCV
Before compiling, set the variables ROOTANASYS
and OPENCVSYS
in your environment and setup the RECOPPSYS
variable (see Installation).
git clone https://github.com/piacent/recopp.git
cd recopp
export RECOPPSYS="/path/to/recopp"
mkdir build-dir
cmake ..
cmake --build .