ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/Plotting/Modules/EdgeModules/RooSUSYTPdf.h
Revision: 1.2
Committed: Fri Jun 28 15:02:21 2013 UTC (11 years, 10 months ago) by buchmann
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -2 lines
Log Message:
Updated files for migration to git (sync)

File Contents

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