16 #ifndef ROO_REAL_INTEGRAL
17 #define ROO_REAL_INTEGRAL
RooAbsIntegrator is the abstract interface for integrators of real-valued functions that implement th...
virtual ~RooRealIntegral()
RooNumIntConfig holds the configuration parameters of the various numeric integrators used by RooReal...
RooRealProxy _function
Iterator over lvalue observables with Jacobian.
virtual Double_t sum() const
Perform summation of list of category dependents to be integrated.
virtual std::list< Double_t > * plotSamplingHint(RooAbsRealLValue &obs, Double_t xlo, Double_t xhi) const
void printMetaArgs(std::ostream &os) const
Customized printing of arguments of a RooRealIntegral to more intuitively reflect the contents of the...
Bool_t _restartNumIntEngine
Bool_t servesExclusively(const RooAbsArg *server, const RooArgSet &exclLVBranches, const RooArgSet &allBranches) const
Utility function that returns true if 'object server' is a server to exactly one of the RooAbsArgs in...
1-D histogram with a float per channel (see TH1 documentation)}
TIterator * _jacListIter
Iterator over factorizing observables.
const RooArgSet & anaIntVars() const
void printMultiline(std::ostream &os, Int_t contents, Bool_t verbose=kFALSE, TString indent="") const
Print the state of this object to the specified output stream.
Iterator abstract base class.
const RooAbsReal & arg() const
virtual RooAbsReal * createIntegral(const RooArgSet &iset, const RooArgSet *nset=0, const RooNumIntConfig *cfg=0, const char *rangeName=0) const
Create an object that represents the integral of the function over one or more observables listed in ...
RooRealIntegral performs hybrid numerical/analytical integrals of RooAbsReal objects The class perfor...
#define ClassDef(name, id)
RooAbsIntegrator * _numIntEngine
do not persist
const RooArgSet & numIntRealVars() const
RooNumIntConfig * _iconfig
do not persist
The TNamed class is the base class for all named ROOT classes.
Bool_t initNumIntegrator() const
(Re)Initialize numerical integration engine if necessary.
static Int_t getCacheAllNumeric()
Return minimum dimensions of numeric integration for which values are cached.
virtual Double_t getValV(const RooArgSet *set=0) const
Return value of object.
RooRealVar represents a fundamental (non-derived) real valued object.
virtual Double_t integrate() const
Perform hybrid numerical/analytical integration over all real-valued dependents.
RooArgSet _saveSum
do not persist
RooArgSet intVars() const
TPaveLabel title(3, 27.1, 15, 28.7,"ROOT Environment and Tools")
virtual void operModeHook()
Cache all integrals with given numeric dimension.
virtual const char * GetName() const
Returns name of object.
TIterator * _sumCatIter
do not persist
virtual std::list< Double_t > * plotSamplingHint(RooAbsRealLValue &, Double_t, Double_t) const
static void indent(ostringstream &buf, int indent_level)
RooListProxy is the concrete proxy for RooArgList objects.
static Int_t _cacheAllNDim
void autoSelectDirtyMode()
Set appropriate cache operation mode for integral depending on cache operation mode of server objects...
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
virtual Double_t jacobianProduct() const
Return product of jacobian terms originating from analytical integration.
Double_t evaluate() const
Perform the integration and return the result.
virtual Bool_t isValidReal(Double_t value, Bool_t printError=kFALSE) const
Check if current value is valid.
Bool_t _cacheNum
cache for set of parameters
const RooArgSet & numIntCatVars() const
Mother of all ROOT objects.
RooAbsCollection is an abstract container object that can hold multiple RooAbsArg objects...
static void setCacheAllNumeric(Int_t ndim)
Global switch to cache all integral values that integrate at least ndim dimensions numerically...
virtual Bool_t redirectServersHook(const RooAbsCollection &newServerList, Bool_t mustReplaceAll, Bool_t nameChange, Bool_t isRecursive)
Intercept server redirects and reconfigure internal object accordingly.
RooAbsRealLValue is the common abstract base class for objects that represent a real value that may a...
virtual TObject * clone(const char *newname) const
RooAbsCategory is the common abstract base class for objects that represent a discrete value with a f...
RooSetProxy is the concrete proxy for RooArgSet objects.
RooAbsFunc * _numIntegrand
do not persist
const RooArgSet & parameters() const
RooRealProxy is the concrete proxy for RooAbsReal objects A RooRealProxy is the general mechanism to ...
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
TNamed * _rangeName
do not persist
Bool_t isValid() const
Check if current value is valid.
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Add element to non-owning set.
void setCacheNumeric(Bool_t flag)
const RooAbsReal & integrand() const