Skip to content

cpruneau/CAP8.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAP

Correlation Analysis Package

Prerequisites

  • Valid PYTHIA8 installation
  • Valid FastJet installation
  • Valid root installation built with PYTHIA8 support
  • Environment variable for PYTHIA8 location
export PYTHIA8=<your_pythia8_directory>
  • Environment variable for FastJet location
export FASTJET=<your_fastjet_directory>
  • root environment activated with
source <your_root_install_path>/bin/thisroot.sh
  • massive storage path (for massive storage of root files)
export CAP_LARGE_DATA=<your_massive_storage_path>

Build CAP

cd <your_cap_directory>
source SetupCAP.sh
mkdir build
cd build
cmake --install-prefix <your_cap_install_directory> ../src
make install

About

First release of CAP8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors