/***************************************************************************** * Project: RooFit * * * * This code was autogenerated by RooClassFactory * *****************************************************************************/ #ifndef RooCFAuto001Pdf_h #define RooCFAuto001Pdf_h #include #include #include #include #include #include class RooCFAuto001Pdf : public RooAbsPdf { public: RooCFAuto001Pdf() {} RooCFAuto001Pdf(const char *name, const char *title, RooAbsReal& _x, RooAbsReal& _a); RooCFAuto001Pdf(RooCFAuto001Pdf const &other, const char *name=nullptr); TObject* clone(const char *newname) const override { return new RooCFAuto001Pdf(*this, newname); } RooRealProxy x ; RooRealProxy a ; double evaluate() const override; void doEval(RooFit::EvalContext &) const override; private: ClassDefOverride(RooCFAuto001Pdf, 1) // Your description goes here... }; namespace RooFit { namespace Experimental { void codegenImpl(RooCFAuto001Pdf &arg, CodegenContext &ctx); } // namespace Experimental } // namespace RooFit inline double RooCFAuto001Pdf_evaluate(double x, double a) { // ENTER EXPRESSION IN TERMS OF VARIABLE ARGUMENTS HERE return x*x+a; } #endif // RooCFAuto001Pdf_h