Installation guide
The CMAP library is available from the link https://github.com/YauheniTalochkaN/CMAP_Library.
You can use this CMAP-powered LYSO example compiling it with the libCMAP.a library to see how it works.
Before compiling the example code, the CERN ROOT toolkit and the OpenMP library must be installed in your system.
Then, please check the CMAP_LIB_DIR and CMAP_INCLUDE_DIR variables in the CMakeLists.txt file to set them right for your system.
After that, the example code can be compiled and run as following
cd CMAP_LYSO_Example
mkdir build
cd build
cmake ../
make -jN
./LYSO run.param