ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/Plotting/Modules/EdgeModules/RooSUSY3Pdf.h
Revision: 1.1
Committed: Mon Jul 16 02:26:17 2012 UTC (12 years, 9 months ago) by buchmann
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
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 ROOSUSY3PDF
8 #define ROOSUSY3PDF
9
10 #include "RooAbsPdf.h"
11 #include "RooRealProxy.h"
12 #include "RooCategoryProxy.h"
13 #include "RooAbsReal.h"
14 #include "RooAbsCategory.h"
15
16 class RooSUSY3Pdf : public RooAbsPdf {
17 public:
18 RooSUSY3Pdf() {} ;
19 RooSUSY3Pdf(const char *name, const char *title,
20 RooAbsReal& _inv,
21 RooAbsReal& _MZ,
22 RooAbsReal& _M,
23 RooAbsReal& _m0);
24 RooSUSY3Pdf(const RooSUSY3Pdf& other, const char* name=0) ;
25 virtual TObject* clone(const char* newname) const { return new RooSUSY3Pdf(*this,newname); }
26 inline virtual ~RooSUSY3Pdf() { }
27
28 protected:
29
30 RooRealProxy inv ;
31 RooRealProxy MZ ;
32 RooRealProxy M ;
33 RooRealProxy m0 ;
34
35 Double_t evaluate() const ;
36
37 private:
38
39 ClassDef(RooSUSY3Pdf,1) // Your description goes here...
40 };
41
42 #endif