Update 'B mass model'
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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user