Logo ROOT   6.16/01
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
17public:
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
24protected:
25
27
28 Double_t evaluate() const ;
29
30private:
31
32 ClassDef(RooExtendedBinding,1) // Your description goes here...
33};
34
35#endif
double Double_t
Definition: RtypesCore.h:55
#define ClassDef(name, id)
Definition: Rtypes.h:324
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
virtual TObject * clone(const char *newname) const
Double_t evaluate() const
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
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