Correlation Analysis Package
- Valid
PYTHIA8installation - Valid
FastJetinstallation - Valid
rootinstallation built withPYTHIA8support - Environment variable for
PYTHIA8location
export PYTHIA8=<your_pythia8_directory>
- Environment variable for
FastJetlocation
export FASTJET=<your_fastjet_directory>
rootenvironment activated with
source <your_root_install_path>/bin/thisroot.sh
- massive storage path (for massive storage of
rootfiles)
export CAP_LARGE_DATA=<your_massive_storage_path>
cd <your_cap_directory>
source SetupCAP.sh
mkdir build
cd build
cmake --install-prefix <your_cap_install_directory> ../src
make install