Classes | |
| class | CodegenContext |
| A class to maintain the context for squashing of RooFit models into code. More... | |
| struct | CodegenIntegralImplCaller |
| struct | Prio |
Typedefs | |
| using | PrioHighest = Prio<1> |
| using | PrioLowest = Prio<10> |
Definition at line 42 of file CodegenContext.h.
Definition at line 43 of file CodegenContext.h.
| void RooFit::Experimental::codegen | ( | RooAbsArg & | arg, |
| CodegenContext & | ctx ) |
Definition at line 403 of file CodegenContext.cxx.
| void RooFit::Experimental::codegenImpl | ( | ParamHistFunc & | arg, |
| CodegenContext & | ctx ) |
Definition at line 150 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | PiecewiseInterpolation & | arg, |
| CodegenContext & | ctx ) |
Definition at line 158 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooAbsArg & | arg, |
| CodegenContext & | ctx ) |
This function defines a translation for each RooAbsReal based object that can be used to express the class as simple C++ code.
The function adds the code represented by each class as an std::string (that is later concatenated with code strings from translate calls) to form the C++ code that AD tools can understand. Any class that wants to support AD, has to implement this function.
| [in] | ctx | An object to manage auxiliary information for code-squashing. Also takes the code string that this class outputs into the squashed code through the 'addToCodeBody' function. |
Definition at line 236 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooAddition & | arg, |
| CodegenContext & | ctx ) |
Definition at line 307 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooAddPdf & | arg, |
| CodegenContext & | ctx ) |
Definition at line 244 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooBernstein & | arg, |
| CodegenContext & | ctx ) |
Definition at line 336 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooBifurGauss & | arg, |
| CodegenContext & | ctx ) |
Definition at line 343 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooCategory & | arg, |
| CodegenContext & | ctx ) |
Definition at line 294 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooCBShape & | arg, |
| CodegenContext & | ctx ) |
Definition at line 349 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooChebychev & | arg, |
| CodegenContext & | ctx ) |
Definition at line 355 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooConstraintSum & | arg, |
| CodegenContext & | ctx ) |
Definition at line 372 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooConstVar & | arg, |
| CodegenContext & | ctx ) |
Definition at line 367 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooEfficiency & | arg, |
| CodegenContext & | ctx ) |
Definition at line 484 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooEffProd & | arg, |
| CodegenContext & | ctx ) |
Definition at line 479 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooExponential & | arg, |
| CodegenContext & | ctx ) |
Definition at line 491 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooExtendPdf & | arg, |
| CodegenContext & | ctx ) |
Definition at line 502 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooFit::Detail::RooFixedProdPdf & | arg, |
| CodegenContext & | ctx ) |
Definition at line 141 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooFit::Detail::RooNLLVarNew & | arg, |
| CodegenContext & | ctx ) |
Definition at line 548 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooFit::Detail::RooNormalizedPdf & | arg, |
| CodegenContext & | ctx ) |
Definition at line 590 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooFormulaVar & | arg, |
| CodegenContext & | ctx ) |
Definition at line 468 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooFunctor1DBinding & | arg, |
| CodegenContext & | ctx ) |
Definition at line 443 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooFunctor1DPdfBinding & | arg, |
| CodegenContext & | ctx ) |
Definition at line 448 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooFunctorBinding & | arg, |
| CodegenContext & | ctx ) |
Definition at line 453 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooFunctorPdfBinding & | arg, |
| CodegenContext & | ctx ) |
Definition at line 458 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooGamma & | arg, |
| CodegenContext & | ctx ) |
Definition at line 463 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooGaussian & | arg, |
| CodegenContext & | ctx ) |
Definition at line 508 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooGenericPdf & | arg, |
| CodegenContext & | ctx ) |
Definition at line 514 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooHistFunc & | arg, |
| CodegenContext & | ctx ) |
Definition at line 525 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooHistPdf & | arg, |
| CodegenContext & | ctx ) |
Definition at line 531 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooLandau & | arg, |
| CodegenContext & | ctx ) |
Definition at line 537 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooLognormal & | arg, |
| CodegenContext & | ctx ) |
Definition at line 542 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooMultiPdf & | arg, |
| CodegenContext & | ctx ) |
Definition at line 257 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooMultiVarGaussian & | arg, |
| CodegenContext & | ctx ) |
Definition at line 249 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooParamHistFunc & | arg, |
| CodegenContext & | ctx ) |
Definition at line 596 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooPoisson & | arg, |
| CodegenContext & | ctx ) |
Definition at line 612 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooPolynomial & | arg, |
| CodegenContext & | ctx ) |
Definition at line 632 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooPolyVar & | arg, |
| CodegenContext & | ctx ) |
Definition at line 621 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooProduct & | arg, |
| CodegenContext & | ctx ) |
Definition at line 643 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooRatio & | arg, |
| CodegenContext & | ctx ) |
Definition at line 648 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooRealIntegral & | arg, |
| CodegenContext & | ctx ) |
Definition at line 683 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooRealSumFunc & | arg, |
| CodegenContext & | ctx ) |
Definition at line 736 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooRealSumPdf & | arg, |
| CodegenContext & | ctx ) |
Definition at line 741 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooRealVar & | arg, |
| CodegenContext & | ctx ) |
Definition at line 746 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooRecursiveFraction & | arg, |
| CodegenContext & | ctx ) |
Definition at line 754 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooStats::HistFactory::FlexibleInterpVar & | arg, |
| CodegenContext & | ctx ) |
Definition at line 759 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooUniform & | arg, |
| CodegenContext & | ctx ) |
Definition at line 785 of file CodegenImpl.cxx.
| void RooFit::Experimental::codegenImpl | ( | RooWrapperPdf & | arg, |
| CodegenContext & | ctx ) |
Definition at line 790 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | Arg_t & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx, | ||
| Prio< P > | p ) |
Definition at line 152 of file CodegenImpl.h.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooAbsReal & | arg, |
| int | , | ||
| const char * | , | ||
| CodegenContext & | ) |
This function defines the analytical integral translation for the class.
| [in] | code | The code that decides the integrands. |
| [in] | rangeName | Name of the normalization range. |
| [in] | ctx | An object to manage auxiliary information for code-squashing. |
Definition at line 803 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooBernstein & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 811 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooBifurGauss & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 819 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooCBShape & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 828 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooChebychev & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 835 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooEfficiency & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 846 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooExponential & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 851 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooGamma & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 875 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooGaussian & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 885 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooHistFunc & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 910 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooHistPdf & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 915 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooLandau & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 920 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooLognormal & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 930 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooMultiVarGaussian & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 937 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooPoisson & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 949 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooPolynomial & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 976 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooPolyVar & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 964 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooRealSumPdf & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 988 of file CodegenImpl.cxx.
| std::string RooFit::Experimental::codegenIntegralImpl | ( | RooUniform & | arg, |
| int | code, | ||
| const char * | rangeName, | ||
| CodegenContext & | ctx ) |
Definition at line 994 of file CodegenImpl.cxx.
| void RooFit::Experimental::declareDispatcherCode | ( | std::string const & | funcName | ) |
Definition at line 370 of file CodegenContext.cxx.
| void RooFit::Experimental::functorCodegenImpl | ( | RooArg_t & | arg, |
| RooArgList const & | variables, | ||
| CodegenContext & | ctx ) |
Definition at line 381 of file CodegenImpl.cxx.
| RooCmdArg RooFit::Experimental::ParallelDescentOptions | ( | bool | enable = false, |
| int | splitStrategy = 0, | ||
| int | numSplits = 4 ) |
Definition at line 129 of file RooGlobalFunc.cxx.
| RooCmdArg RooFit::Experimental::ParallelGradientOptions | ( | bool | enable = true, |
| int | orderStrategy = 0, | ||
| int | chainFactor = 1 ) |
Configuration options for parallel minimization with multiprocessing library.
Definition at line 124 of file RooGlobalFunc.cxx.
| void RooFit::Experimental::writeCodegenDebugMacro | ( | RooAbsReal const & | absReal, |
| std::string const & | name ) |
Definition at line 134 of file RooGlobalFunc.cxx.
|
inline |
Definition at line 84 of file RooGlobalFunc.h.