Update 'B mass model'

Renata Kopecná 2022-02-08 10:28:42 +01:00
parent 344434ebc1
commit 6f0000e24e

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