Logo ROOT   6.16/01
Reference Guide
MyPdfV2.h
Go to the documentation of this file.
1/*****************************************************************************
2 * Project: RooFit *
3 * *
4 * This code was autogenerated by RooClassFactory *
5 *****************************************************************************/
6
7#ifndef MYPDFV2
8#define MYPDFV2
9
10#include "RooAbsPdf.h"
11#include "RooRealProxy.h"
12#include "RooCategoryProxy.h"
13#include "RooAbsReal.h"
14#include "RooAbsCategory.h"
15
16class MyPdfV2 : public RooAbsPdf {
17public:
18 MyPdfV2() {} ;
19 MyPdfV2(const char *name, const char *title,
20 RooAbsReal& _x,
21 RooAbsReal& _A,
22 RooAbsReal& _B);
23 MyPdfV2(const MyPdfV2& other, const char* name=0) ;
24 virtual TObject* clone(const char* newname) const { return new MyPdfV2(*this,newname); }
25 inline virtual ~MyPdfV2() { }
26
27protected:
28
32
33 Double_t evaluate() const ;
34
35private:
36
37 ClassDef(MyPdfV2,1) // Your description goes here...
38};
39
40#endif
double Double_t
Definition: RtypesCore.h:55
#define ClassDef(name, id)
Definition: Rtypes.h:324
virtual ~MyPdfV2()
Definition: MyPdfV2.h:25
MyPdfV2()
Definition: MyPdfV2.h:18
RooRealProxy A
Definition: MyPdfV2.h:30
RooRealProxy B
Definition: MyPdfV2.h:31
Double_t evaluate() const
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
Definition: MyPdfV2.cxx:41
RooRealProxy x
Definition: MyPdfV2.h:29
virtual TObject * clone(const char *newname) const
Definition: MyPdfV2.h:24
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
Definition: RooAbsPdf.h:41
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Definition: RooAbsReal.h:53
RooRealProxy is the concrete proxy for RooAbsReal objects A RooRealProxy is the general mechanism to ...
Definition: RooRealProxy.h:23
Mother of all ROOT objects.
Definition: TObject.h:37