/***************************************************************************** * Project: RooFit * * * * This code was autogenerated by RooClassFactory * Made by Felix Boehmer * *****************************************************************************/ #ifndef GAUSSEXPCONV #define GAUSSEXPCONV #include "RooAbsPdf.h" #include "RooRealProxy.h" #include "RooCategoryProxy.h" #include "RooAbsReal.h" #include "RooAbsCategory.h" class GaussExpConv : public RooAbsPdf { public: GaussExpConv() {} ; GaussExpConv(const char *name, const char *title, RooAbsReal& _x, RooAbsReal& _mean, RooAbsReal& _sig, RooAbsReal& _tau); GaussExpConv(const GaussExpConv& other, const char* name=0) ; virtual TObject* clone(const char* newname) const { return new GaussExpConv(*this,newname); } inline virtual ~GaussExpConv() { } protected: RooRealProxy x ; RooRealProxy mean ; RooRealProxy sig ; RooRealProxy tau ; Double_t evaluate() const ; //Double_t getIntegral() const ; Double_t getEquivGaussianIntegral() const ; private: ClassDef(GaussExpConv,1) // Your description goes here... }; #endif