12#ifndef ROOT_TBinomialEfficiencyFitter 
   13#define ROOT_TBinomialEfficiencyFitter 
   63   void   Set(
const TH1 *numerator, 
const TH1 *denominator);
 
 
#define ClassDefOverride(name, id)
 
Fitter class, entry point for performing all type of fits.
 
Binomial fitter for the division of two histograms.
 
Double_t fEpsilon
Precision required for function integration (option "I")
 
void Set(const TH1 *numerator, const TH1 *denominator)
Initialize with a new set of inputs.
 
ROOT::Fit::Fitter * fFitter
pointer to the real fitter
 
TH1 * fDenominator
Denominator histogram.
 
Bool_t fRange
True if the fit range must be taken from the function range.
 
Bool_t fAverage
True if the fit function must be averaged over the bin.
 
~TBinomialEfficiencyFitter() override
destructor
 
TBinomialEfficiencyFitter()
default constructor
 
ROOT::Fit::Fitter * GetFitter()
Provide access to the underlying fitter object.
 
Double_t EvaluateFCN(const Double_t *par)
 
void SetPrecision(Double_t epsilon)
Set the required integration precision, see TF1::Integral()
 
Bool_t fFitDone
Set to kTRUE when the fit has been done.
 
void ComputeFCN(Double_t &f, const Double_t *par)
Compute the likelihood.
 
TF1 * fFunction
Function to fit.
 
TFitResultPtr Fit(TF1 *f1, Option_t *option="")
Carry out the fit of the given function to the given histograms.
 
TH1 * fNumerator
Numerator histogram.
 
Provides an indirection to the TFitResult class and with a semantics identical to a TFitResult pointe...
 
TH1 is the base class of all histogram classes in ROOT.
 
Mother of all ROOT objects.
 
TFitResultPtr Fit(FitObject *h1, TF1 *f1, Foption_t &option, const ROOT::Math::MinimizerOptions &moption, const char *goption, ROOT::Fit::DataRange &range)
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...