Skip to content

sgaretti/dq_fitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DQ fitter

Python class

This python class is based on RooFit and allows to perform binned and unbinned fits. An example of fit can be found in /tutorial:

Tutorial

  • The tutorial sample tutorial.root is already generated, if you want to generate another sample you can do:
    python tutorial.py config_tutorial_fit.json --gen_tutorial
  • Run the fit on the toy sample
    python tutorial.py config_tutorial_fit.json --do_fit

Analysis example

  • In the analysis repository run the command:
    python runDQFitter.py config_analysis.json --do_fit

For validation of the code use the reference:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.5%
  • C++ 31.5%