Definition at line 51 of file xRooFit.h.
|
static std::shared_ptr< ROOT::Fit::FitConfig > | createFitConfig () |
|
static xRooNLLVar | createNLL (const std::shared_ptr< RooAbsPdf > pdf, const std::shared_ptr< RooAbsData > data, const RooLinkedList &nllOpts) |
|
static xRooNLLVar | createNLL (RooAbsPdf &pdf, RooAbsData *data, const RooCmdArg &arg1=RooCmdArg::none(), const RooCmdArg &arg2=RooCmdArg::none(), const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none(), const RooCmdArg &arg6=RooCmdArg::none(), const RooCmdArg &arg7=RooCmdArg::none(), const RooCmdArg &arg8=RooCmdArg::none()) |
|
static xRooNLLVar | createNLL (RooAbsPdf &pdf, RooAbsData *data, const RooLinkedList &nllOpts) |
|
static std::shared_ptr< RooLinkedList > | createNLLOptions () |
|
static std::shared_ptr< const RooFitResult > | fitTo (RooAbsPdf &pdf, const std::pair< RooAbsData *, const RooAbsCollection * > &data, const RooLinkedList &nllOpts, const ROOT::Fit::FitConfig &fitConf) |
|
static std::shared_ptr< const RooFitResult > | fitTo (RooAbsPdf &pdf, const std::pair< std::shared_ptr< RooAbsData >, std::shared_ptr< const RooAbsCollection > > &data, const RooLinkedList &nllOpts, const ROOT::Fit::FitConfig &fitConf) |
|
static std::pair< std::shared_ptr< RooAbsData >, std::shared_ptr< const RooAbsCollection > > | generateFrom (RooAbsPdf &pdf, const std::shared_ptr< const RooFitResult > &fr, bool expected=false, int seed=0) |
|
static TCanvas * | hypoTest (RooWorkspace &w, const xRooFit::Asymptotics::PLLType &pllType=xRooFit::Asymptotics::Unknown) |
|
static TCanvas * | hypoTest (RooWorkspace &w, int nToysNull, int nToysAlt, const xRooFit::Asymptotics::PLLType &pllType=xRooFit::Asymptotics::Unknown) |
|
static std::shared_ptr< const RooFitResult > | minimize (RooAbsReal &nll, const std::shared_ptr< ROOT::Fit::FitConfig > &fitConfig=nullptr) |
|
static int | minos (RooAbsReal &nll, const RooFitResult &ufit, const char *parName="", const std::shared_ptr< ROOT::Fit::FitConfig > &_fitConfig=nullptr) |
|
static RooCmdArg | ReuseNLL (bool flag) |
|