Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 450 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 450 Bytes

APRILContent

Algorithm of Particle Reconstruction for the ILC - implementation with PandoraSDK

How to compile

  1. git clone https://github.com/libo929/APRILContent.git
  2. cd APRILContent; mkdir build; cd build
  3. 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}
  4. make install