Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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=nullptr) ;
21 TObject* clone(const char* newname) const override { return new RooExtendedBinding(*this,newname); }
22
23protected:
24
26
27 double evaluate() const override ;
28
29private:
30
31 ClassDefOverride(RooExtendedBinding,1) // Your description goes here...
32};
33
34#endif
#define ClassDefOverride(name, id)
Definition Rtypes.h:341
char name[80]
Definition TGX11.cxx:110
Abstract interface for all probability density functions.
Definition RooAbsPdf.h:40
Abstract base class for objects that represent a real value and implements functionality common to al...
Definition RooAbsReal.h:59
TObject * clone(const char *newname) const override
double evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
Mother of all ROOT objects.
Definition TObject.h:41