From 6f0000e24e6c9a6b2ae3419a7cd3741d95f7cc11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Tue, 8 Feb 2022 10:28:42 +0100 Subject: [PATCH] Update 'B mass model' --- B-mass-model.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/B-mass-model.md b/B-mass-model.md index 48c7e3d..63ad66c 100644 --- a/B-mass-model.md +++ b/B-mass-model.md @@ -40,14 +40,19 @@ Standard RooFit does not include a double crystal ball or ExpGaus function used ### RooDoubleCB compilation -Run `build.C` in `Code/RooFit/RooDoubleCB/` - -**TODO** try this out! +Run +``` +cd Code/Selection/RooFit/RooDoubleCB/ +root +.L RooDoubleCB.cpp+ +.q +``` +If you do not compile the RooDoubleCB before running the MassFit for the first time, the code will compile but later throw an error it cannot find macro ./RooFit/RooDoubleCB/RooDoubleCB_cpp.so. ### RooExpAndGauss compilation ``` -cd Code/RooFit/RooExpAndGauss/ +cd Code/Selection/RooFit/RooExpAndGauss/ make ```