Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 328 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 328 Bytes

Functors

Note: The word functors is not used in the usual functional programming sense but refers to LoKi functors in the LHCb software which in turn derive their name from function objects ("callables") in C++

In order to compile the code use CMake and ninja.

mkdir build
cd build
cmake -GNinja ..
ninja