ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/Plotting/Modules/EdgeModules/RooSUSYPdf.h
Revision: 1.1
Committed: Mon Jul 16 02:26:18 2012 UTC (12 years, 9 months ago) by buchmann
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
Added edge analytical functions

File Contents

# Content
1 /*****************************************************************************
2 * Project: RooFit *
3 * *
4 * This code was autogenerated by RooClassFactory *
5 *****************************************************************************/
6
7 #ifndef ROOSUSYPDF
8 #define ROOSUSYPDF
9
10 #include "RooAbsPdf.h"
11 #include "RooRealProxy.h"
12 #include "RooCategoryProxy.h"
13 #include "RooAbsReal.h"
14 #include "RooAbsCategory.h"
15
16 class RooSUSYPdf : public RooAbsPdf {
17 public:
18 RooSUSYPdf() {} ;
19 RooSUSYPdf(const char *name, const char *title,
20 RooAbsReal& _inv,
21 RooAbsReal& _c,
22 RooAbsReal& _s,
23 RooAbsReal& _m0);
24 RooSUSYPdf(const RooSUSYPdf& other, const char* name=0) ;
25 virtual TObject* clone(const char* newname) const { return new RooSUSYPdf(*this,newname); }
26 inline virtual ~RooSUSYPdf() { }
27
28 protected:
29
30 RooRealProxy inv ;
31 RooRealProxy c ;
32 RooRealProxy s ;
33 RooRealProxy m0 ;
34
35 Double_t evaluate() const ;
36
37 private:
38
39 ClassDef(RooSUSYPdf,1) // Your description goes here...
40 };
41
42 #endif