Skip to content

mathieuouillon/CLAS12-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published