RooCmdArg RooFit::Import | ( | const char * | state, |
RooAbsData & | data ) |
Definition at line 385 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Import | ( | const char * | state, |
RooDataHist & | dhist ) |
Definition at line 352 of file RooGlobalFunc.cxx.
Definition at line 348 of file RooGlobalFunc.cxx.
RooCmdArg 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 361 of file RooGlobalFunc.cxx.
RooCmdArg 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 414 of file RooGlobalFunc.cxx.
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 365 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Import | ( | RooAbsData & | data | ) |
Definition at line 389 of file RooGlobalFunc.cxx.
Definition at line 172 of file RooGlobalFunc.h.
Definition at line 356 of file RooGlobalFunc.cxx.
Definition at line 393 of file RooGlobalFunc.cxx.
Definition at line 397 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Index | ( | RooCategory & | icat | ) |
Definition at line 344 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Link | ( | const char * | state, |
RooAbsData & | data ) |
Definition at line 381 of file RooGlobalFunc.cxx.
RooCmdArg 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 418 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::OwnLinked | ( | ) |
Definition at line 409 of file RooGlobalFunc.cxx.
Definition at line 405 of file RooGlobalFunc.cxx.
Definition at line 401 of file RooGlobalFunc.cxx.
Definition at line 340 of file RooGlobalFunc.cxx.
Definition at line 371 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::WeightVar | ( | const RooRealVar & | arg, |
bool | reinterpretAsWeight = false ) |
Definition at line 377 of file RooGlobalFunc.cxx.