Skip to content

APRIL, Algorithm of Particle Reconstruction for the ILC

Notifications You must be signed in to change notification settings

libo929/APRILContent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

APRIL, Algorithm of Particle Reconstruction for the ILC

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.6%
  • CMake 0.4%