Logo ROOT   6.10/09
Reference Guide
RooExtendedBinding.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Project: RooFit *
3  * *
4  * This code was autogenerated by RooClassFactory *
5  *****************************************************************************/
6 
7 #ifndef ROOEXTENDEDBINDING
8 #define ROOEXTENDEDBINDING
9 
10 #include "RooAbsReal.h"
11 #include "RooRealProxy.h"
12 #include "RooCategoryProxy.h"
13 #include "RooAbsPdf.h"
14 #include "RooAbsCategory.h"
15 
17 public:
19  RooExtendedBinding(const char *name, const char *title, RooAbsPdf& _pdf);
20  RooExtendedBinding(const RooExtendedBinding& other, const char* name=0) ;
21  virtual TObject* clone(const char* newname) const { return new RooExtendedBinding(*this,newname); }
22  inline virtual ~RooExtendedBinding() { }
23 
24 protected:
25 
27 
28  Double_t evaluate() const ;
29 
30 private:
31 
32  ClassDef(RooExtendedBinding,1) // Your description goes here...
33 };
34 
35 #endif
#define ClassDef(name, id)
Definition: Rtypes.h:297
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
Double_t evaluate() const
Mother of all ROOT objects.
Definition: TObject.h:37
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