Skip to content

ATTPC/mcopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcopt

This library contains the code needed for a Monte Carlo fit to AT-TPC data.

Requirements

  • Armadillo C++ linear algebra library: http://arma.sourceforge.net/
  • OpenMP: for parallel track generation during the minimization. The code will work without it, but it will (obviously) be quite slow.

Compiling

Compilation can be done using CMake:

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install

If you use CMake, the library will also install a CMake script that will allow you to use find_package(mcopt) when writing CMakeLists.txt files for other programs.

About

Library for AT-TPC Monte Carlo fitting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages