Update 'B mass model'

Renata Kopecná 2022-02-10 11:26:01 +01:00
parent bd954e06db
commit 68ad9a56d3

@ -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 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. 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.