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 inline ~RooExtendedBinding() override { }
23
24protected:
25
27
28 double evaluate() const override ;
29
30private:
31
32 ClassDefOverride(RooExtendedBinding,1) // Your description goes here...
33};
34
35#endif
#define ClassDefOverride(name, id)
Definition Rtypes.h:341
char name[80]
Definition TGX11.cxx:110
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Definition RooAbsReal.h:62
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