Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooGlobalFunc Class Reference

PyROOT

Some member functions of RooGlobalFunc that take a RooCmdArg as argument also support keyword arguments. So far, this applies to FitOptions, Format, Frame, MultiArg, YVar and ZVar.

# Directly passing a RooCmdArg:
ROOT.RooMCStudy(model, ROOT.RooArgSet(x), ROOT.RooFit.FitOptions=(ROOT.RooFit.Save(True), ROOT.RooFit.PrintEvalErrors(0)))
# With keyword arguments:
ROOT.RooMCStudy(model, ROOT.RooArgSet(x), FitOptions=dict(Save=True, PrintEvalErrors=0))


The documentation for this class was generated from the following file: