Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 569 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 569 Bytes

RooFit version of ZachFit

There is some extremely basic visualization code to look at the final fit. I used a simple integer number "fitType" to switch between Kpi and K3pi.

To run the program version:

mkdir build
cd build
cmake ..
make

Then, run it:

./zachFit_roofit -h

First we need to compile and link the classes we wrote ourselves and then can run the macro:

root>.L RooArgusGenBG.cxx+
root>.L RooRBWGaussConv.cxx+
root>.x zachFit_roofit.C

The "NumCPU" option in the real data fit can be modified to suit your individual system.