/***************************************************************************** * Project: RooFit * * * * This code was autogenerated by RooClassFactory * *****************************************************************************/ #ifndef ALILNM2 #define ALILNM2 #include "RooAbsPdf.h" #include "RooRealProxy.h" #include "RooCategoryProxy.h" #include "RooAbsReal.h" #include "RooAbsCategory.h" class AliLnM2 : public RooAbsPdf { public: AliLnM2() {} ; AliLnM2(const char *name, const char *title, RooAbsReal& _x, RooAbsReal& _mu, RooAbsReal& _sigma, RooAbsReal& _tau, RooAbsReal& _p); AliLnM2(const AliLnM2& other, const char* name=0) ; virtual TObject* clone(const char* newname) const { return new AliLnM2(*this,newname); } inline virtual ~AliLnM2() { } protected: RooRealProxy x ; RooRealProxy mu ; RooRealProxy sigma ; RooRealProxy tau ; RooRealProxy p ; Double_t evaluate() const ; private: ClassDef(AliLnM2,1) // Your description goes here... }; #endif