From 7a35bc795491dc34d6f3ff987a085b9ba27ffd0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 3 Feb 2022 16:39:48 +0100 Subject: [PATCH] Update 'FCNC Fitter' --- FCNC-Fitter.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/FCNC-Fitter.md b/FCNC-Fitter.md index a65d2c0..c02a551 100644 --- a/FCNC-Fitter.md +++ b/FCNC-Fitter.md @@ -1 +1,19 @@ -FCNC fitter was written by . \ No newline at end of file +FCNC fitter was originally written by Christoph Langenbruch. Then, it was modified by David Gerick to fit the needs of the B+->K\*(KSpi+)mumu analysis. Later, Renata Kopecna modified it further to be slightly more versatile, not have either verbose or super verbose modes only and to compile much faster. + +## Compilation +Cmake + +## spdlog +Spdlog is a fast logging library. It is made for C++ and consists only of headers. Spdlog is used in FCNCfitter now, as the previous version only used two levels of verbosity (verbose and super verbose) using basic prints. + +The github repository can be found at +[https://github.com/gabime/spdlog/wiki/1.-QuickStart](https://github.com/gabime/spdlog/wiki/1.-QuickStart) + +For simple instalation guide and tutorials, see +[https://spdlog.docsforge.com/master/](https://spdlog.docsforge.com/master/) + + + + + +## File structure \ No newline at end of file