From 68ad9a56d32dbefbabd2c75e9281075d447fd626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 10 Feb 2022 11:26:01 +0100 Subject: [PATCH] Update 'B mass model' --- B-mass-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B-mass-model.md b/B-mass-model.md index da1ebc3..e969bd0 100644 --- a/B-mass-model.md +++ b/B-mass-model.md @@ -2,7 +2,7 @@ The B mass fit is performed by the functions defined in [[MassFit.cpp|MassFit.cpp]]. In this file, the main function `massFit` is defined. This function is rather complex with many parameters as we tried a lot of mass models. -The fit model is base on RooFit **TODO** +The fit model is based on [RooFit](https://root.cern/manual/roofit/*). Before executing any part of the selection code involving the mass fit, it is needed to compile the files with the classes needed for the fit.