/***************************************************************************** * Project: RooFit * * * * This code was autogenerated by RooClassFactory * *****************************************************************************/ #ifndef ROOJOHNSONSU #define ROOJOHNSONSU #include "RooAbsPdf.h" #include "RooRealProxy.h" #include "RooCategoryProxy.h" #include "RooAbsReal.h" #include "RooAbsCategory.h" class RooJohnsonSU : public RooAbsPdf { public: RooJohnsonSU() {} ; RooJohnsonSU(const char *name, const char *title, RooAbsReal& _x, RooAbsReal& _xi, RooAbsReal& _lambda, RooAbsReal& _gamma, RooAbsReal& _delta); RooJohnsonSU(const RooJohnsonSU& other, const char* name=0) ; virtual TObject* clone(const char* newname) const { return new RooJohnsonSU(*this,newname); } inline virtual ~RooJohnsonSU() { } protected: RooRealProxy x ; RooRealProxy xi ; RooRealProxy lambda ; RooRealProxy gamma ; RooRealProxy delta ; Double_t evaluate() const ; private: ClassDef(RooJohnsonSU,1) // Your description goes here... }; #endif