15#ifndef RooFit_FitHelpers_h
16#define RooFit_FitHelpers_h
31void defineMinimizationOptions(RooCmdConfig &pc);
33std::unique_ptr<RooFitResult> minimize(RooAbsReal &model, RooAbsReal &nll, RooAbsData
const &data, RooCmdConfig
const &pc);
35std::unique_ptr<RooAbsReal> createNLL(RooAbsPdf &pdf, RooAbsData &data,
const RooLinkedList &cmdList);
36std::unique_ptr<RooAbsReal> createChi2(RooAbsReal &real, RooDataHist &data,
const RooLinkedList &cmdList);
38std::unique_ptr<RooFitResult> fitTo(RooAbsReal &pdf, RooAbsData &data,
const RooLinkedList &cmdList,
bool chi2);
Abstract base class for binned and unbinned datasets.
Abstract interface for all probability density functions.
Abstract base class for objects that represent a real value and implements functionality common to al...
Configurable parser for RooCmdArg named arguments.
Container class to hold N-dimensional binned data.
RooFitResult is a container class to hold the input and output of a PDF fit to a dataset.
Collection class for internal use, storing a collection of RooAbsArg pointers in a doubly linked list...
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...