Select Git revision
Oleg Golosov authored
README.md 764 B
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