Definition at line 205 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Asymmetry | ( | const RooCategory & | cat | ) |
Definition at line 141 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Binning | ( | const char * | binningName | ) |
Definition at line 257 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Binning | ( | const RooAbsBinning & | binning | ) |
Definition at line 253 of file RooGlobalFunc.cxx.
Definition at line 261 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Components | ( | Args_t &&... | argsOrArgSet | ) |
Definition at line 124 of file RooGlobalFunc.h.
RooCmdArg RooFit::Components | ( | const char * | compSpec | ) |
Definition at line 235 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Cut | ( | const char * | cutSpec | ) |
Definition at line 245 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Cut | ( | const RooFormulaVar & | cutVar | ) |
Definition at line 249 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::CutRange | ( | const char * | rangeName | ) |
Definition at line 277 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::DrawOption | ( | const char * | opt | ) |
Definition at line 88 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Efficiency | ( | const RooCategory & | cat | ) |
Definition at line 289 of file RooGlobalFunc.cxx.
Definition at line 209 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 185 of file RooGlobalFunc.cxx.
Definition at line 189 of file RooGlobalFunc.cxx.
Definition at line 201 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 173 of file RooGlobalFunc.cxx.
Definition at line 177 of file RooGlobalFunc.cxx.
Definition at line 181 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 273 of file RooGlobalFunc.cxx.
Definition at line 269 of file RooGlobalFunc.cxx.
Definition at line 265 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::MoveToBack | ( | ) |
Definition at line 213 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Name | ( | const char * | name | ) |
Definition at line 197 of file RooGlobalFunc.cxx.
Definition at line 153 of file RooGlobalFunc.cxx.
Definition at line 239 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::NormRange | ( | const char * | rangeNameList | ) |
Definition at line 165 of file RooGlobalFunc.cxx.
Definition at line 145 of file RooGlobalFunc.cxx.
Definition at line 125 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ProjectionRange | ( | const char * | rangeName | ) |
Definition at line 193 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ProjWData | ( | const RooAbsData & | projData, |
bool | binData = false |
||
) |
Definition at line 137 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ProjWData | ( | const RooArgSet & | projSet, |
const RooAbsData & | projData, | ||
bool | binData = false |
||
) |
Definition at line 131 of file RooGlobalFunc.cxx.
Definition at line 157 of file RooGlobalFunc.cxx.
Definition at line 161 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::RefreshNorm | ( | ) |
Definition at line 285 of file RooGlobalFunc.cxx.
Definition at line 293 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ShiftToZero | ( | ) |
Definition at line 149 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ShowProgress | ( | ) |
Definition at line 229 of file RooGlobalFunc.cxx.
Definition at line 92 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Slice | ( | RooCategory & | cat, |
const char * | label | ||
) |
Definition at line 98 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 120 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::VisualizeError | ( | const RooDataSet & | paramData, |
double | Z = 1 |
||
) |
Definition at line 225 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::VisualizeError | ( | const RooFitResult & | fitres, |
const RooArgSet & | param, | ||
double | Z = 1 , |
||
bool | linearMethod = true |
||
) |
Definition at line 221 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::VisualizeError | ( | const RooFitResult & | fitres, |
double | Z = 1 , |
||
bool | linearMethod = true |
||
) |
Definition at line 217 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::VLines | ( | ) |
Definition at line 169 of file RooGlobalFunc.cxx.
Definition at line 281 of file RooGlobalFunc.cxx.