Skip to content
Snippets Groups Projects
Select Git revision
  • multiFit
  • master default protected
  • AT_interface_temp
  • roofit
  • 1.0
5 results

README.md

Blame
  • Particle Identification Framework

    Installation

    cd pid
    mkdir build install
    cd build
    source /path-to-root/thisroot.sh
    cmake -DCMAKE_INSTALL_PREFIX=../install ../
    make -j install

    Examples and short description

    Fitting

    To modify fitting algorithm, functions, etc change file macro/fit_botvina12.C (follow documentation inside)

    cd build
    make
    cd ../macro
    root fit_botvina12.C

    Example of fit visualization (NB! should be trimmed according to the set of fit functions)

    cd macro
    root drawFits.C

    Getter

    Example of output file usage in the analysis:

    cd macro
    root RunGetter.C

    Doxygen documentation

    doxygen docs/Doxyfile

    File Doxygen/html/index.html with documentation will be created