Algorithm of Particle Reconstruction for the ILC - implementation with PandoraSDK
How to compile
- git clone https://github.com/libo929/APRILContent.git
- cd APRILContent; mkdir build; cd build
- cmake .. -DCMAKE_PREFIX_PATH=${PandoraPFA_DIR} -Dmlpack_DIR=${mlpack_DIR} -DPANDORA_MONITORING=ON -DBoost_INCLUDE_DIR=${boost_include}
-DARMADILLO_LIBRARY=${armadillo_lib} -DARMADILLO_INCLUDE_DIR=${armadillo_include} - make install