Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 644 Bytes

File metadata and controls

23 lines (16 loc) · 644 Bytes

CLAS12-starter

A minimalistic GitHub repository to start your CLAS12 analysis in C++.

It use the HIPO library develop by Gavalian with some modifications.

Instruction to build it

Dependencies

  • Meson and ninja:

  • Likely available in your package manager (apt, brew, dnf, etc.), but the versions may be too old, in which case, use pip (python -m pip install meson ninja)

Building

Use standard Meson commands to build HIPO.

meson setup build
cd build 
meson compile