Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.35 KB

CI status DOI

EICrecon

JANA based reconstruction for the ePIC detector

The repository contains reconstruction source code for the ePIC detector. Its function is to take real or simulated data and reconstruct it into physical values for later analysis.

If you are new to EIC software then you should start with the tutorials which can be found here: https://indico.bnl.gov/category/443/

A tutorial on JANA2 is available here

Compilation

To configure, build, and install (to the install directory), use the following commands:

cmake -B build -S . -DCMAKE_INSTALL_PREFIX=install
cmake --build build
cmake --install build

To change the default build type, add for example -DCMAKE_BUILD_TYPE=Debug to the first CMake configure step.

To load, you can use the scripts in the install directory:

source install/bin/eicrecon-this.sh