RooCmdArg RooFit::Import | ( | const char * | state, |
RooDataHist & | dhist | ||
) |
Definition at line 142 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Import | ( | const char * | state, |
RooDataSet & | data | ||
) |
Definition at line 157 of file RooGlobalFunc.cxx.
Definition at line 141 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 145 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 167 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 148 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Import | ( | RooDataSet & | data | ) |
Definition at line 158 of file RooGlobalFunc.cxx.
Definition at line 143 of file RooGlobalFunc.cxx.
Definition at line 159 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::ImportFromFile | ( | const char * | fname, |
const char * | tname | ||
) |
Definition at line 160 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Index | ( | RooCategory & | icat | ) |
Definition at line 140 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::Link | ( | const char * | state, |
RooAbsData & | data | ||
) |
Definition at line 156 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 170 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::OwnLinked | ( | ) |
Definition at line 165 of file RooGlobalFunc.cxx.
Definition at line 163 of file RooGlobalFunc.cxx.
Definition at line 164 of file RooGlobalFunc.cxx.
Definition at line 161 of file RooGlobalFunc.cxx.
Definition at line 162 of file RooGlobalFunc.cxx.
Definition at line 139 of file RooGlobalFunc.cxx.
Definition at line 154 of file RooGlobalFunc.cxx.
RooCmdArg RooFit::WeightVar | ( | const RooRealVar & | arg, |
Bool_t | reinterpretAsWeight = kFALSE |
||
) |
Definition at line 155 of file RooGlobalFunc.cxx.