Logo ROOT   6.12/07
Reference Guide
RooCFAuto000Pdf.cxx
Go to the documentation of this file.
1 /*****************************************************************************
2  * Project: RooFit *
3  * *
4  * This code was autogenerated by RooClassFactory *
5  *****************************************************************************/
6 
7 // Your description goes here...
8 
9 #include "Riostream.h"
10 
11 #include "RooCFAuto000Pdf.h"
12 #include "RooAbsReal.h"
13 #include "RooAbsCategory.h"
14 #include <math.h>
15 #include "TMath.h"
16 
18 
19  RooCFAuto000Pdf::RooCFAuto000Pdf(const char *name, const char *title,
20  RooAbsReal& _x,
21  RooAbsReal& _a) :
22  RooAbsPdf(name,title),
23  x("x","x",this,_x),
24  a("a","a",this,_a)
25  {
26  }
27 
28 
30  RooAbsPdf(other,name),
31  x("x",this,other.x),
32  a("a",this,other.a)
33  {
34  }
35 
36 
37 
39  {
40  // ENTER EXPRESSION IN TERMS OF VARIABLE ARGUMENTS HERE
41  return x*x+a ;
42  }
43 
44 
45 
Double_t evaluate() const
RooRealProxy x
RooRealProxy a
Double_t x[n]
Definition: legend1.C:17
auto * a
Definition: textangle.C:12
#define ClassImp(name)
Definition: Rtypes.h:359
double Double_t
Definition: RtypesCore.h:55
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Definition: RooAbsReal.h:53
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
Definition: RooAbsPdf.h:41
char name[80]
Definition: TGX11.cxx:109