4 #include "RooRealProxy.h"
16 ) : RooAbsPdf(name, title),
theFunc(
"theFunc",
"theFunc",this){}
21 ) : RooAbsPdf(name, title),
theFunc(
"theFunc",
"theFunc", this, inFunc){}
31 RooAbsPdf* pdfcast =
dynamic_cast<RooAbsPdf*
>(
theFunc.absArg());
32 if (pdfcast!=0)
return pdfcast->analyticalIntegralWN(code, normSet, rangeName);
33 else return RooAbsPdf::analyticalIntegralWN(code, normSet, rangeName);