Logo ROOT   6.07/09
Reference Guide
RooCFAuto000Pdf.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Project: RooFit *
3  * *
4  * This code was autogenerated by RooClassFactory *
5  *****************************************************************************/
6 
7 #ifndef ROOCFAUTO000PDF
8 #define ROOCFAUTO000PDF
9 
10 #include "RooAbsPdf.h"
11 #include "RooRealProxy.h"
12 #include "RooCategoryProxy.h"
13 #include "RooAbsReal.h"
14 #include "RooAbsCategory.h"
15 
16 class RooCFAuto000Pdf : public RooAbsPdf {
17 public:
19  RooCFAuto000Pdf(const char *name, const char *title,
20  RooAbsReal& _x,
21  RooAbsReal& _a);
22  RooCFAuto000Pdf(const RooCFAuto000Pdf& other, const char* name=0) ;
23  virtual TObject* clone(const char* newname) const { return new RooCFAuto000Pdf(*this,newname); }
24  inline virtual ~RooCFAuto000Pdf() { }
25 
26 protected:
27 
30 
31  Double_t evaluate() const ;
32 
33 private:
34 
35  ClassDef(RooCFAuto000Pdf,1) // Your description goes here...
36 };
37 
38 #endif
RooRealProxy x
RooRealProxy a
virtual ~RooCFAuto000Pdf()
#define ClassDef(name, id)
Definition: Rtypes.h:254
Double_t evaluate() const
virtual TObject * clone(const char *newname) const
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
Mother of all ROOT objects.
Definition: TObject.h:44
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
Definition: RooAbsPdf.h:41
RooRealProxy is the concrete proxy for RooAbsReal objects A RooRealProxy is the general mechanism to ...
Definition: RooRealProxy.h:23
char name[80]
Definition: TGX11.cxx:109