class GUIFit that can be used for providing GUI for improving the approximations of form "foreground + background" by tweaking the background
More...
#include <GUIFit.hpp>
|
| GUIFit () |
|
void | AddFitType (const std::string &outputFileName) |
|
void | AddHist (TH1F *dataHist, const std::string &xVal) |
|
void | AddFit (TF1 *fit, TF1 *bgFit, const int bgFitParStartNumber, const unsigned int histNumber) |
|
void | AddFit (TF1 *fit, TF1 *bgFit, Double_t(*fcn)(Double_t *, Double_t *), const int bgFitParStartNumber, const unsigned int histNumber) |
|
void | AddFit (TF1 *fit, TF1 *bgFit, const int bgFitParStartNumber) |
|
void | AddFit (TF1 *fit, TF1 *bgFit, Double_t(*fcn)(Double_t *, Double_t *), const int bgFitParStartNumber) |
|
void | Start () |
|
| ~GUIFit () |
|
class GUIFit that can be used for providing GUI for improving the approximations of form "foreground + background" by tweaking the background
Not finished yet
◆ GUIFit()
ROOTTools::GUIFit::GUIFit |
( |
| ) |
|
◆ ~GUIFit()
ROOTTools::GUIFit::~GUIFit |
( |
| ) |
|
◆ AddFit() [1/4]
void ROOTTools::GUIFit::AddFit |
( |
TF1 * | fit, |
|
|
TF1 * | bgFit, |
|
|
const int | bgFitParStartNumber ) |
◆ AddFit() [2/4]
void ROOTTools::GUIFit::AddFit |
( |
TF1 * | fit, |
|
|
TF1 * | bgFit, |
|
|
const int | bgFitParStartNumber, |
|
|
const unsigned int | histNumber ) |
◆ AddFit() [3/4]
void ROOTTools::GUIFit::AddFit |
( |
TF1 * | fit, |
|
|
TF1 * | bgFit, |
|
|
Double_t(* | fcn )(Double_t *, Double_t *), |
|
|
const int | bgFitParStartNumber ) |
◆ AddFit() [4/4]
void ROOTTools::GUIFit::AddFit |
( |
TF1 * | fit, |
|
|
TF1 * | bgFit, |
|
|
Double_t(* | fcn )(Double_t *, Double_t *), |
|
|
const int | bgFitParStartNumber, |
|
|
const unsigned int | histNumber ) |
◆ AddFitType()
void ROOTTools::GUIFit::AddFitType |
( |
const std::string & | outputFileName | ) |
|
◆ AddHist()
void ROOTTools::GUIFit::AddHist |
( |
TH1F * | dataHist, |
|
|
const std::string & | xVal ) |
◆ Start()
void ROOTTools::GUIFit::Start |
( |
| ) |
|
The documentation for this class was generated from the following files: