Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
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 
16 class RooExtendedBinding : public RooAbsReal {
17 public:
18  RooExtendedBinding() {} ;
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 
26  RooRealProxy pdf ;
27 
28  Double_t evaluate() const ;
29 
30 private:
31 
32  ClassDef(RooExtendedBinding,1) // Your description goes here...
33 };
34 
35 #endif