From d0d93bb3e5125b1aa1eb05d9a00b58ce7ebcbed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 27 Jan 2022 15:51:23 +0100 Subject: [PATCH] Update 'B mass model' --- B-mass-model.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/B-mass-model.md b/B-mass-model.md index eecf139..5414af7 100644 --- a/B-mass-model.md +++ b/B-mass-model.md @@ -1,6 +1,8 @@ The B mass fit is performed by the functions defined in [[MassFit.cpp|MassFit.cpp]]. + + [[BackgroundPdf Class|BackgroundPdf-Class]] [[BackgroundType Class|BackgroundType-Class]] @@ -21,3 +23,19 @@ LinkDef.hpp [[SignalPdf Class|SignalPdf-Class]] [[SignalType Class|SignalType-Class]] + + + +## Mass Fit compilation + Recompile mass fit + +``` + .L BmassShape/SignalType.cpp+ + .L BmassShape/SignalPdf.cpp+ + .L BmassShape/BackgroundType.cpp+ + .L BmassShape/BackgroundPdf.cpp+ + .L BmassShape/ParamValues.cpp+ + .L MassFit.cpp+ +``` + + \ No newline at end of file