Definition at line 106 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Asymmetry | ( | const RooCategory & | cat | ) |
Definition at line 90 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Binning | ( | const char * | binningName | ) |
Definition at line 127 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Binning | ( | const RooAbsBinning & | binning | ) |
Definition at line 126 of file RooGlobalFunc.cxx.
Definition at line 128 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Components | ( | Args_t &&... | argsOrArgSet | ) |
Definition at line 127 of file RooGlobalFunc.h.
RooCmdArg RooFit::Components | ( | const char * | compSpec | ) |
Definition at line 119 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Cut | ( | const char * | cutSpec | ) |
Definition at line 124 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Cut | ( | const RooFormulaVar & | cutVar | ) |
Definition at line 125 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::CutRange | ( | const char * | rangeName | ) |
Definition at line 132 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::DrawOption | ( | const char * | opt | ) |
Definition at line 72 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Efficiency | ( | const RooCategory & | cat | ) |
Definition at line 135 of file RooGlobalFunc.cxx.
Definition at line 107 of file RooGlobalFunc.cxx.
RooFit::FillColor | ( | Color_t | color | ) |
The color
argument doesn't necessarily have to be a ROOT color enum value, like ROOT.kRed
. Here is what you can also do in PyROOT:
Definition at line 101 of file RooGlobalFunc.cxx.
Definition at line 102 of file RooGlobalFunc.cxx.
Definition at line 105 of file RooGlobalFunc.cxx.
RooFit::LineColor | ( | Color_t | color | ) |
The color
argument doesn't necessarily have to be a ROOT color enum value, like ROOT.kRed
. Here is what you can also do in PyROOT:
Definition at line 98 of file RooGlobalFunc.cxx.
Definition at line 99 of file RooGlobalFunc.cxx.
Definition at line 100 of file RooGlobalFunc.cxx.
RooFit::MarkerColor | ( | Color_t | color | ) |
The color
argument doesn't necessarily have to be a ROOT color enum value, like ROOT.kRed
. Here is what you can also do in PyROOT:
Definition at line 131 of file RooGlobalFunc.cxx.
Definition at line 130 of file RooGlobalFunc.cxx.
Definition at line 129 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::MoveToBack | ( | ) |
Definition at line 108 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Name | ( | const char * | name | ) |
Definition at line 104 of file RooGlobalFunc.cxx.
Definition at line 93 of file RooGlobalFunc.cxx.
Definition at line 120 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::NormRange | ( | const char * | rangeNameList | ) |
Definition at line 96 of file RooGlobalFunc.cxx.
Definition at line 91 of file RooGlobalFunc.cxx.
Definition at line 80 of file RooGlobalFunc.cxx.
Definition at line 81 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ProjectionRange | ( | const char * | rangeName | ) |
Definition at line 103 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ProjWData | ( | const RooAbsData & | projData, |
Bool_t | binData = kFALSE |
||
) |
Definition at line 88 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ProjWData | ( | const RooArgSet & | projSet, |
const RooAbsData & | projData, | ||
Bool_t | binData = kFALSE |
||
) |
Definition at line 82 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ProjWData | ( | RooArgSet && | projSet, |
const RooAbsData & | projData, | ||
Bool_t | binData = kFALSE |
||
) |
Definition at line 85 of file RooGlobalFunc.cxx.
Definition at line 94 of file RooGlobalFunc.cxx.
Definition at line 95 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::RefreshNorm | ( | ) |
Definition at line 134 of file RooGlobalFunc.cxx.
Definition at line 136 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ShiftToZero | ( | ) |
Definition at line 92 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ShowProgress | ( | ) |
Definition at line 116 of file RooGlobalFunc.cxx.
Definition at line 73 of file RooGlobalFunc.cxx.
Definition at line 74 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Slice | ( | RooCategory & | cat, |
const char * | label | ||
) |
Definition at line 75 of file RooGlobalFunc.cxx.
RooFit::Slice | ( | std::map< RooCategory *, std::string > const & | arg | ) |
The Slice function is pythonized for converting python dict to std::map. The keywords must correspond to the CmdArg of the function. The instances in the dict must correspond to the template argument in std::map of the function.
Definition at line 76 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::VisualizeError | ( | const RooDataSet & | paramData, |
Double_t | Z = 1 |
||
) |
Definition at line 115 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::VisualizeError | ( | const RooFitResult & | fitres, |
const RooArgSet & | param, | ||
Double_t | Z = 1 , |
||
Bool_t | linearMethod = kTRUE |
||
) |
Definition at line 110 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::VisualizeError | ( | const RooFitResult & | fitres, |
Double_t | Z = 1 , |
||
Bool_t | linearMethod = kTRUE |
||
) |
Definition at line 109 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::VisualizeError | ( | const RooFitResult & | fitres, |
RooArgSet && | param, | ||
Double_t | Z = 1 , |
||
Bool_t | linearMethod = kTRUE |
||
) |
Definition at line 112 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::VLines | ( | ) |
Definition at line 97 of file RooGlobalFunc.cxx.
Definition at line 133 of file RooGlobalFunc.cxx.