RooCmdArg RooFit::Import | ( | const char * | state, |
RooAbsData & | data | ||
) |
Definition at line 344 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Import | ( | const char * | state, |
RooDataHist & | dhist | ||
) |
Definition at line 311 of file RooGlobalFunc.cxx.
Definition at line 307 of file RooGlobalFunc.cxx.
RooFit::Import | ( | const std::map< std::string, RooDataHist * > & | arg | ) |
The Import 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 320 of file RooGlobalFunc.cxx.
RooFit::Import | ( | const std::map< std::string, RooDataSet * > & | arg | ) |
The Import 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 373 of file RooGlobalFunc.cxx.
RooFit::Import | ( | const std::map< std::string, TH1 * > & | arg | ) |
The Import 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 324 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Import | ( | RooAbsData & | data | ) |
Definition at line 348 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Import | ( | std::map< std::string, DataPtr_t > const & | map | ) |
Definition at line 167 of file RooGlobalFunc.h.
Definition at line 315 of file RooGlobalFunc.cxx.
Definition at line 352 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ImportFromFile | ( | const char * | fname, |
const char * | tname | ||
) |
Definition at line 356 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Index | ( | RooCategory & | icat | ) |
Definition at line 303 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Link | ( | const char * | state, |
RooAbsData & | data | ||
) |
Definition at line 340 of file RooGlobalFunc.cxx.
RooFit::Link | ( | const std::map< std::string, RooAbsData * > & | arg | ) |
The Link 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 377 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::OwnLinked | ( | ) |
Definition at line 368 of file RooGlobalFunc.cxx.
Definition at line 364 of file RooGlobalFunc.cxx.
Definition at line 360 of file RooGlobalFunc.cxx.
Definition at line 299 of file RooGlobalFunc.cxx.
Definition at line 330 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::WeightVar | ( | const RooRealVar & | arg, |
bool | reinterpretAsWeight = false |
||
) |
Definition at line 336 of file RooGlobalFunc.cxx.