#include <TFractionFitter.h>
Inheritance diagram for TFractionFitter:


Public Methods | |
| TFractionFitter () | |
| TFractionFitter (TH1 *data, TObjArray *MCs) | |
| virtual | ~TFractionFitter () |
| TVirtualFitter * | GetFitter () const |
| void | ErrorAnalysis (Double_t UP) |
| void | SetRangeX (Int_t low, Int_t high) |
| void | ReleaseRangeX () |
| void | SetRangeY (Int_t low, Int_t high) |
| void | ReleaseRangeY () |
| void | SetRangeZ (Int_t low, Int_t high) |
| void | ReleaseRangeZ () |
| void | Constrain (Int_t parm, Double_t low, Double_t high) |
| void | UnConstrain (Int_t parm) |
| void | SetData (TH1 *data) |
| void | SetMC (Int_t parm, TH1 *MC) |
| void | SetWeight (Int_t parm, TH1 *weight) |
| Int_t | Fit () |
| void | GetResult (Int_t parm, Double_t &value, Double_t &error) const |
| TH1 * | GetPlot () |
Protected Attributes | |
| Bool_t | fFitDone |
| Int_t | fLowLimitX |
| Int_t | fHighLimitX |
| Int_t | fLowLimitY |
| Int_t | fHighLimitY |
| Int_t | fLowLimitZ |
| Int_t | fHighLimitZ |
| TH1 * | fData |
| TObjArray | fMCs |
| TObjArray | fWeights |
| Double_t | fIntegralData |
| Double_t * | fIntegralMCs |
| Double_t * | fFractions |
| TH1 * | fPlot |
| Int_t | fNpar |
Friends | |
| void | TFractionFitFCN (Int_t &npar, Double_t *gin, Double_t &f, Double_t *par, Int_t flag) |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
Definition at line 60 of file TFractionFitter.h. |
|
|
Definition at line 61 of file TFractionFitter.h. |
|
|
Definition at line 62 of file TFractionFitter.h. |
|
|
Definition at line 63 of file TFractionFitter.h. |
|
|
Definition at line 64 of file TFractionFitter.h. |
|
|
Definition at line 65 of file TFractionFitter.h. |
|
|
Definition at line 66 of file TFractionFitter.h. |
|
|
Definition at line 69 of file TFractionFitter.h. |
|
|
Definition at line 70 of file TFractionFitter.h. |
|
|
Definition at line 71 of file TFractionFitter.h. |
|
|
Definition at line 72 of file TFractionFitter.h. |
|
|
Definition at line 73 of file TFractionFitter.h. |
|
|
Definition at line 74 of file TFractionFitter.h. |
|
|
Definition at line 75 of file TFractionFitter.h. |
|
|
Definition at line 77 of file TFractionFitter.h. |
1.2.16