/***************************************************************************** * Project: RooFit * * * * This code was autogenerated by RooClassFactory * *****************************************************************************/ #ifndef ROO_ANGLESPDFPDF #define ROO_ANGLESPDFPDF #include "RooAbsPdf.h" #include "RooRealProxy.h" #include "RooCategoryProxy.h" #include "RooAbsReal.h" #include "RooAbsCategory.h" class Roo_AnglesPDFPdf : public RooAbsPdf { public: Roo_AnglesPDFPdf() {} ; Roo_AnglesPDFPdf(const char *name, const char *title, const RooArgSet&); Roo_AnglesPDFPdf(const char *name, const char *title, RooAbsReal& _FlS, RooAbsReal& _AfbS, RooAbsReal& _CosThetaMuArb, RooAbsReal& _CosThetaKArb, RooAbsReal& _FsS, RooAbsReal& _AsS); Roo_AnglesPDFPdf(const Roo_AnglesPDFPdf& other, const char* name=0) ; virtual TObject* clone(const char* newname) const { return new Roo_AnglesPDFPdf(*this,newname); } inline virtual ~Roo_AnglesPDFPdf() { } protected: RooRealProxy FlS ; RooRealProxy AfbS ; RooRealProxy CosThetaMuArb ; RooRealProxy CosThetaKArb ; RooRealProxy FsS ; RooRealProxy AsS ; Double_t evaluate() const ; private: ClassDef(Roo_AnglesPDFPdf,1) // Your description goes here... }; #endif