#ifndef ROO_REAL_ANALYTIC
#define ROO_REAL_ANALYTIC
#include "RooRealBinding.h"
class RooRealAnalytic : public RooRealBinding {
public:
inline RooRealAnalytic(const RooAbsReal &func, const RooArgSet &vars, Int_t code, const RooArgSet* normSet=0, const TNamed* rangeName=0) :
RooRealBinding(func,vars,normSet,rangeName), _code(code) { }
inline virtual ~RooRealAnalytic() { }
virtual Double_t operator()(const Double_t xvector[]) const;
protected:
Int_t _code;
ClassDef(RooRealAnalytic,0)
};
#endif
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.