Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooFit::Experimental Namespace Reference

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>
 

Functions

void codegen (RooAbsArg &arg, CodegenContext &ctx)
 
void codegenImpl (ParamHistFunc &arg, CodegenContext &ctx)
 
void codegenImpl (PiecewiseInterpolation &arg, CodegenContext &ctx)
 
void 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.
 
void codegenImpl (RooAddition &arg, CodegenContext &ctx)
 
void codegenImpl (RooAddPdf &arg, CodegenContext &ctx)
 
void codegenImpl (RooBernstein &arg, CodegenContext &ctx)
 
void codegenImpl (RooBifurGauss &arg, CodegenContext &ctx)
 
void codegenImpl (RooCategory &arg, CodegenContext &ctx)
 
void codegenImpl (RooCBShape &arg, CodegenContext &ctx)
 
void codegenImpl (RooChebychev &arg, CodegenContext &ctx)
 
void codegenImpl (RooConstraintSum &arg, CodegenContext &ctx)
 
void codegenImpl (RooConstVar &arg, CodegenContext &ctx)
 
void codegenImpl (RooEfficiency &arg, CodegenContext &ctx)
 
void codegenImpl (RooEffProd &arg, CodegenContext &ctx)
 
void codegenImpl (RooExponential &arg, CodegenContext &ctx)
 
void codegenImpl (RooExtendPdf &arg, CodegenContext &ctx)
 
void codegenImpl (RooFit::Detail::RooFixedProdPdf &arg, CodegenContext &ctx)
 
void codegenImpl (RooFit::Detail::RooNLLVarNew &arg, CodegenContext &ctx)
 
void codegenImpl (RooFit::Detail::RooNormalizedPdf &arg, CodegenContext &ctx)
 
void codegenImpl (RooFormulaVar &arg, CodegenContext &ctx)
 
void codegenImpl (RooFunctor1DBinding &arg, CodegenContext &ctx)
 
void codegenImpl (RooFunctor1DPdfBinding &arg, CodegenContext &ctx)
 
void codegenImpl (RooFunctorBinding &arg, CodegenContext &ctx)
 
void codegenImpl (RooFunctorPdfBinding &arg, CodegenContext &ctx)
 
void codegenImpl (RooGamma &arg, CodegenContext &ctx)
 
void codegenImpl (RooGaussian &arg, CodegenContext &ctx)
 
void codegenImpl (RooGenericPdf &arg, CodegenContext &ctx)
 
void codegenImpl (RooHistFunc &arg, CodegenContext &ctx)
 
void codegenImpl (RooHistPdf &arg, CodegenContext &ctx)
 
void codegenImpl (RooLandau &arg, CodegenContext &ctx)
 
void codegenImpl (RooLognormal &arg, CodegenContext &ctx)
 
void codegenImpl (RooMultiPdf &arg, CodegenContext &ctx)
 
void codegenImpl (RooMultiVarGaussian &arg, CodegenContext &ctx)
 
void codegenImpl (RooONNXFunc &arg, CodegenContext &ctx)
 
void codegenImpl (RooParamHistFunc &arg, CodegenContext &ctx)
 
void codegenImpl (RooPoisson &arg, CodegenContext &ctx)
 
void codegenImpl (RooPolynomial &arg, CodegenContext &ctx)
 
void codegenImpl (RooPolyVar &arg, CodegenContext &ctx)
 
void codegenImpl (RooProduct &arg, CodegenContext &ctx)
 
void codegenImpl (RooRatio &arg, CodegenContext &ctx)
 
void codegenImpl (RooRealIntegral &arg, CodegenContext &ctx)
 
void codegenImpl (RooRealSumFunc &arg, CodegenContext &ctx)
 
void codegenImpl (RooRealSumPdf &arg, CodegenContext &ctx)
 
void codegenImpl (RooRealVar &arg, CodegenContext &ctx)
 
void codegenImpl (RooRecursiveFraction &arg, CodegenContext &ctx)
 
void codegenImpl (RooSimultaneous &arg, CodegenContext &ctx)
 
void codegenImpl (RooStats::HistFactory::FlexibleInterpVar &arg, CodegenContext &ctx)
 
void codegenImpl (RooUniform &arg, CodegenContext &ctx)
 
void codegenImpl (RooWrapperPdf &arg, CodegenContext &ctx)
 
template<class Arg_t , int P>
std::string codegenIntegralImpl (Arg_t &arg, int code, const char *rangeName, CodegenContext &ctx, Prio< P > p)
 
std::string codegenIntegralImpl (RooAbsReal &arg, int, const char *, CodegenContext &)
 This function defines the analytical integral translation for the class.
 
std::string codegenIntegralImpl (RooBernstein &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooBifurGauss &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooCBShape &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooChebychev &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooEfficiency &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooExponential &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooGamma &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooGaussian &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooHistFunc &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooHistPdf &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooLandau &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooLognormal &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooMultiVarGaussian &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooPoisson &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooPolynomial &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooPolyVar &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooRealSumPdf &arg, int code, const char *rangeName, CodegenContext &ctx)
 
std::string codegenIntegralImpl (RooUniform &arg, int code, const char *rangeName, CodegenContext &ctx)
 
void declareDispatcherCode (std::string const &funcName)
 
template<class RooArg_t >
void functorCodegenImpl (RooArg_t &arg, RooArgList const &variables, CodegenContext &ctx)
 
RooCmdArg ParallelDescentOptions (bool enable=false, int splitStrategy=0, int numSplits=0)
 
RooCmdArg ParallelGradientOptions (bool enable=true, int orderStrategy=0, int chainFactor=1)
 Configuration options for parallel minimization with multiprocessing library.
 
void writeCodegenDebugMacro (RooAbsReal const &absReal, std::string const &name)
 
void writeCodegenDebugMacro (std::unique_ptr< RooAbsReal > const &absReal, std::string const &name)
 

Typedef Documentation

◆ PrioHighest

◆ PrioLowest

Definition at line 44 of file CodegenContext.h.

Function Documentation

◆ codegen()

void RooFit::Experimental::codegen ( RooAbsArg & arg,
CodegenContext & ctx )

Definition at line 405 of file CodegenContext.cxx.

◆ codegenImpl() [1/49]

void RooFit::Experimental::codegenImpl ( ParamHistFunc & arg,
CodegenContext & ctx )

Definition at line 156 of file CodegenImpl.cxx.

◆ codegenImpl() [2/49]

void RooFit::Experimental::codegenImpl ( PiecewiseInterpolation & arg,
CodegenContext & ctx )

Definition at line 164 of file CodegenImpl.cxx.

◆ codegenImpl() [3/49]

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.

Parameters
[in]ctxAn 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 242 of file CodegenImpl.cxx.

◆ codegenImpl() [4/49]

void RooFit::Experimental::codegenImpl ( RooAddition & arg,
CodegenContext & ctx )

Definition at line 356 of file CodegenImpl.cxx.

◆ codegenImpl() [5/49]

void RooFit::Experimental::codegenImpl ( RooAddPdf & arg,
CodegenContext & ctx )

Definition at line 250 of file CodegenImpl.cxx.

◆ codegenImpl() [6/49]

void RooFit::Experimental::codegenImpl ( RooBernstein & arg,
CodegenContext & ctx )

Definition at line 385 of file CodegenImpl.cxx.

◆ codegenImpl() [7/49]

void RooFit::Experimental::codegenImpl ( RooBifurGauss & arg,
CodegenContext & ctx )

Definition at line 392 of file CodegenImpl.cxx.

◆ codegenImpl() [8/49]

void RooFit::Experimental::codegenImpl ( RooCategory & arg,
CodegenContext & ctx )

Definition at line 343 of file CodegenImpl.cxx.

◆ codegenImpl() [9/49]

void RooFit::Experimental::codegenImpl ( RooCBShape & arg,
CodegenContext & ctx )

Definition at line 398 of file CodegenImpl.cxx.

◆ codegenImpl() [10/49]

void RooFit::Experimental::codegenImpl ( RooChebychev & arg,
CodegenContext & ctx )

Definition at line 404 of file CodegenImpl.cxx.

◆ codegenImpl() [11/49]

void RooFit::Experimental::codegenImpl ( RooConstraintSum & arg,
CodegenContext & ctx )

Definition at line 421 of file CodegenImpl.cxx.

◆ codegenImpl() [12/49]

void RooFit::Experimental::codegenImpl ( RooConstVar & arg,
CodegenContext & ctx )

Definition at line 416 of file CodegenImpl.cxx.

◆ codegenImpl() [13/49]

void RooFit::Experimental::codegenImpl ( RooEfficiency & arg,
CodegenContext & ctx )

Definition at line 533 of file CodegenImpl.cxx.

◆ codegenImpl() [14/49]

void RooFit::Experimental::codegenImpl ( RooEffProd & arg,
CodegenContext & ctx )

Definition at line 528 of file CodegenImpl.cxx.

◆ codegenImpl() [15/49]

void RooFit::Experimental::codegenImpl ( RooExponential & arg,
CodegenContext & ctx )

Definition at line 540 of file CodegenImpl.cxx.

◆ codegenImpl() [16/49]

void RooFit::Experimental::codegenImpl ( RooExtendPdf & arg,
CodegenContext & ctx )

Definition at line 551 of file CodegenImpl.cxx.

◆ codegenImpl() [17/49]

void RooFit::Experimental::codegenImpl ( RooFit::Detail::RooFixedProdPdf & arg,
CodegenContext & ctx )

Definition at line 147 of file CodegenImpl.cxx.

◆ codegenImpl() [18/49]

void RooFit::Experimental::codegenImpl ( RooFit::Detail::RooNLLVarNew & arg,
CodegenContext & ctx )

Definition at line 649 of file CodegenImpl.cxx.

◆ codegenImpl() [19/49]

void RooFit::Experimental::codegenImpl ( RooFit::Detail::RooNormalizedPdf & arg,
CodegenContext & ctx )

Definition at line 695 of file CodegenImpl.cxx.

◆ codegenImpl() [20/49]

void RooFit::Experimental::codegenImpl ( RooFormulaVar & arg,
CodegenContext & ctx )

Definition at line 517 of file CodegenImpl.cxx.

◆ codegenImpl() [21/49]

void RooFit::Experimental::codegenImpl ( RooFunctor1DBinding & arg,
CodegenContext & ctx )

Definition at line 492 of file CodegenImpl.cxx.

◆ codegenImpl() [22/49]

void RooFit::Experimental::codegenImpl ( RooFunctor1DPdfBinding & arg,
CodegenContext & ctx )

Definition at line 497 of file CodegenImpl.cxx.

◆ codegenImpl() [23/49]

void RooFit::Experimental::codegenImpl ( RooFunctorBinding & arg,
CodegenContext & ctx )

Definition at line 502 of file CodegenImpl.cxx.

◆ codegenImpl() [24/49]

void RooFit::Experimental::codegenImpl ( RooFunctorPdfBinding & arg,
CodegenContext & ctx )

Definition at line 507 of file CodegenImpl.cxx.

◆ codegenImpl() [25/49]

void RooFit::Experimental::codegenImpl ( RooGamma & arg,
CodegenContext & ctx )

Definition at line 512 of file CodegenImpl.cxx.

◆ codegenImpl() [26/49]

void RooFit::Experimental::codegenImpl ( RooGaussian & arg,
CodegenContext & ctx )

Definition at line 557 of file CodegenImpl.cxx.

◆ codegenImpl() [27/49]

void RooFit::Experimental::codegenImpl ( RooGenericPdf & arg,
CodegenContext & ctx )

Definition at line 563 of file CodegenImpl.cxx.

◆ codegenImpl() [28/49]

void RooFit::Experimental::codegenImpl ( RooHistFunc & arg,
CodegenContext & ctx )

Definition at line 574 of file CodegenImpl.cxx.

◆ codegenImpl() [29/49]

void RooFit::Experimental::codegenImpl ( RooHistPdf & arg,
CodegenContext & ctx )

Definition at line 580 of file CodegenImpl.cxx.

◆ codegenImpl() [30/49]

void RooFit::Experimental::codegenImpl ( RooLandau & arg,
CodegenContext & ctx )

Definition at line 586 of file CodegenImpl.cxx.

◆ codegenImpl() [31/49]

void RooFit::Experimental::codegenImpl ( RooLognormal & arg,
CodegenContext & ctx )

Definition at line 591 of file CodegenImpl.cxx.

◆ codegenImpl() [32/49]

void RooFit::Experimental::codegenImpl ( RooMultiPdf & arg,
CodegenContext & ctx )

Definition at line 263 of file CodegenImpl.cxx.

◆ codegenImpl() [33/49]

void RooFit::Experimental::codegenImpl ( RooMultiVarGaussian & arg,
CodegenContext & ctx )

Definition at line 255 of file CodegenImpl.cxx.

◆ codegenImpl() [34/49]

void RooFit::Experimental::codegenImpl ( RooONNXFunc & arg,
CodegenContext & ctx )

Definition at line 1054 of file CodegenImpl.cxx.

◆ codegenImpl() [35/49]

void RooFit::Experimental::codegenImpl ( RooParamHistFunc & arg,
CodegenContext & ctx )

Definition at line 701 of file CodegenImpl.cxx.

◆ codegenImpl() [36/49]

void RooFit::Experimental::codegenImpl ( RooPoisson & arg,
CodegenContext & ctx )

Definition at line 717 of file CodegenImpl.cxx.

◆ codegenImpl() [37/49]

void RooFit::Experimental::codegenImpl ( RooPolynomial & arg,
CodegenContext & ctx )

Definition at line 737 of file CodegenImpl.cxx.

◆ codegenImpl() [38/49]

void RooFit::Experimental::codegenImpl ( RooPolyVar & arg,
CodegenContext & ctx )

Definition at line 726 of file CodegenImpl.cxx.

◆ codegenImpl() [39/49]

void RooFit::Experimental::codegenImpl ( RooProduct & arg,
CodegenContext & ctx )

Definition at line 748 of file CodegenImpl.cxx.

◆ codegenImpl() [40/49]

void RooFit::Experimental::codegenImpl ( RooRatio & arg,
CodegenContext & ctx )

Definition at line 753 of file CodegenImpl.cxx.

◆ codegenImpl() [41/49]

void RooFit::Experimental::codegenImpl ( RooRealIntegral & arg,
CodegenContext & ctx )

Definition at line 788 of file CodegenImpl.cxx.

◆ codegenImpl() [42/49]

void RooFit::Experimental::codegenImpl ( RooRealSumFunc & arg,
CodegenContext & ctx )

Definition at line 841 of file CodegenImpl.cxx.

◆ codegenImpl() [43/49]

void RooFit::Experimental::codegenImpl ( RooRealSumPdf & arg,
CodegenContext & ctx )

Definition at line 846 of file CodegenImpl.cxx.

◆ codegenImpl() [44/49]

void RooFit::Experimental::codegenImpl ( RooRealVar & arg,
CodegenContext & ctx )

Definition at line 851 of file CodegenImpl.cxx.

◆ codegenImpl() [45/49]

void RooFit::Experimental::codegenImpl ( RooRecursiveFraction & arg,
CodegenContext & ctx )

Definition at line 859 of file CodegenImpl.cxx.

◆ codegenImpl() [46/49]

void RooFit::Experimental::codegenImpl ( RooSimultaneous & arg,
CodegenContext & ctx )

Definition at line 299 of file CodegenImpl.cxx.

◆ codegenImpl() [47/49]

void RooFit::Experimental::codegenImpl ( RooStats::HistFactory::FlexibleInterpVar & arg,
CodegenContext & ctx )

Definition at line 864 of file CodegenImpl.cxx.

◆ codegenImpl() [48/49]

void RooFit::Experimental::codegenImpl ( RooUniform & arg,
CodegenContext & ctx )

Definition at line 890 of file CodegenImpl.cxx.

◆ codegenImpl() [49/49]

void RooFit::Experimental::codegenImpl ( RooWrapperPdf & arg,
CodegenContext & ctx )

Definition at line 895 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [1/20]

template<class Arg_t , int P>
std::string RooFit::Experimental::codegenIntegralImpl ( Arg_t & arg,
int code,
const char * rangeName,
CodegenContext & ctx,
Prio< P > p )

Definition at line 156 of file CodegenImpl.h.

◆ codegenIntegralImpl() [2/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooAbsReal & arg,
int ,
const char * ,
CodegenContext &  )

This function defines the analytical integral translation for the class.

Parameters
[in]codeThe code that decides the integrands.
[in]rangeNameName of the normalization range.
[in]ctxAn object to manage auxiliary information for code-squashing.
Returns
The representative code string of the integral for the given object.

Definition at line 908 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [3/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooBernstein & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 916 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [4/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooBifurGauss & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 924 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [5/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooCBShape & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 933 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [6/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooChebychev & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 940 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [7/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooEfficiency & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 951 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [8/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooExponential & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 956 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [9/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooGamma & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 980 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [10/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooGaussian & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 990 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [11/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooHistFunc & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 1015 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [12/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooHistPdf & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 1020 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [13/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooLandau & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 1025 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [14/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooLognormal & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 1035 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [15/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooMultiVarGaussian & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 1042 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [16/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooPoisson & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 1069 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [17/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooPolynomial & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 1096 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [18/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooPolyVar & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 1084 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [19/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooRealSumPdf & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 1108 of file CodegenImpl.cxx.

◆ codegenIntegralImpl() [20/20]

std::string RooFit::Experimental::codegenIntegralImpl ( RooUniform & arg,
int code,
const char * rangeName,
CodegenContext & ctx )

Definition at line 1114 of file CodegenImpl.cxx.

◆ declareDispatcherCode()

void RooFit::Experimental::declareDispatcherCode ( std::string const & funcName)

Definition at line 372 of file CodegenContext.cxx.

◆ functorCodegenImpl()

template<class RooArg_t >
void RooFit::Experimental::functorCodegenImpl ( RooArg_t & arg,
RooArgList const & variables,
CodegenContext & ctx )

Definition at line 430 of file CodegenImpl.cxx.

◆ ParallelDescentOptions()

RooCmdArg RooFit::Experimental::ParallelDescentOptions ( bool enable = false,
int splitStrategy = 0,
int numSplits = 0 )

Definition at line 129 of file RooGlobalFunc.cxx.

◆ ParallelGradientOptions()

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.

◆ writeCodegenDebugMacro() [1/2]

void RooFit::Experimental::writeCodegenDebugMacro ( RooAbsReal const & absReal,
std::string const & name )

Definition at line 134 of file RooGlobalFunc.cxx.

◆ writeCodegenDebugMacro() [2/2]

void RooFit::Experimental::writeCodegenDebugMacro ( std::unique_ptr< RooAbsReal > const & absReal,
std::string const & name )
inline

Definition at line 84 of file RooGlobalFunc.h.