84 _method1D(
"method1D",
"1D integration method"),
85 _method2D(
"method2D",
"2D integration method"),
86 _methodND(
"methodND",
"ND integration method"),
87 _method1DOpen(
"method1DOpen",
"1D integration method in open domain"),
88 _method2DOpen(
"method2DOpen",
"2D integration method in open domain"),
89 _methodNDOpen(
"methodNDOpen",
"ND integration method in open domain")
236 oocoutE((
TObject*)0,
InputArguments) <<
"RooNumIntConfig::getIntegrator: ERROR: no configuration stored for integrator '" << name <<
"'" << endl ;
250 oocoutE((
TObject*)0,
InputArguments) <<
"RooNumIntConfig::setEpsAbs: ERROR: target absolute precision must be greater or equal than zero" << endl ;
266 if (o.Contains(
"v")) {
280 oocoutE((
TObject*)0,
InputArguments) <<
"RooNumIntConfig::setEpsRel: ERROR: target absolute precision must be greater or equal than zero" << endl ;
293 os << indent <<
"Requested precision: " <<
_epsAbs <<
" absolute, " <<
_epsRel <<
" relative" << endl << endl ;
295 os << indent <<
"Printing of function evaluation counter for each integration enabled" << endl << endl ;
319 os << endl <<
"Available integration methods:" << endl << endl ;
324 os << indent <<
"*** " << configSet->
GetName() <<
" ***" << endl ;
325 os << indent <<
"Capabilities: " ;
333 os <<
"Configuration: " << endl ;
338 if (strlen(depName)>0) {
339 os << indent <<
"(Depends on '" << depName <<
"')" << endl ;
static RooNumIntConfig & defaultConfig()
Return reference to instance of default numeric integrator configuration object.
virtual StyleOption defaultPrintStyle(Option_t *opt) const
RooAbsIntegrator is the abstract interface for integrators of real-valued functions that implement th...
TObject * FindObject(const char *name) const
Return pointer to obejct with given name.
RooCategory _method1DOpen
RooNumIntConfig holds the configuration parameters of the various numeric integrators used by RooReal...
static RooNumIntFactory & instance()
Static method returning reference to singleton instance of factory.
virtual Bool_t canIntegrateND() const =0
virtual Bool_t setIndex(Int_t index, Bool_t printError=kTRUE)
Set value by specifying the index code of the desired state.
virtual Bool_t canIntegrate2D() const =0
const RooArgSet & getConfigSection(const char *name) const
Retrieve configuration information specific to integrator with given name.
const RooAbsIntegrator * getProtoIntegrator(const char *name)
Return prototype integrator with given (class) name.
Iterator abstract base class.
RooPlotable is a 'mix-in' base class that define the standard RooFit plotting and printing methods...
virtual void Add(TObject *arg)
RooNumIntConfig()
Constructor.
RooAbsCollection * snapshot(Bool_t deepCopy=kTRUE) const
Take a snap shot of current collection contents: An owning collection is returned containing clones o...
static RooNumIntConfig * _default
virtual Int_t getIndex() const
Return index number of current state.
RooNumIntConfig & operator=(const RooNumIntConfig &other)
Assignment operator from other RooNumIntConfig.
void Delete(Option_t *o=0)
Remove all elements in collection and delete all elements NB: Collection does not own elements...
const char * getDepIntegratorName(const char *name)
Get list of class names of integrators needed by integrator named 'name'.
RooCategory _method2DOpen
static RooMathCoreReg dummy
virtual void printMultiline(std::ostream &os, Int_t contents, Bool_t verbose=kFALSE, TString indent="") const
Implement multiline printin of collection, one line for each ontained object showing the requested co...
RooCategory _methodNDOpen
you should not use this method at all Int_t Int_t Double_t Double_t Double_t e
virtual const char * getLabel() const
Return label string of current state.
const char * GetName() const
Returns name of object.
Mother of all ROOT objects.
static void cleanup()
Function called by atexit() handler installed by RooSentinel to cleanup global objects at end of job...
TIterator * MakeIterator(Bool_t dir=kTRUE) const
Return an iterator over this list.
virtual TObject * Next()=0
virtual Bool_t canIntegrate1D() const =0
void setName(const char *name)
Bool_t defineType(const char *label)
Define a state with given name, the lowest available positive integer is assigned as index...
RooLinkedList _configSets
virtual ~RooNumIntConfig()
Destructor.
virtual const char * GetName() const
Returns name of object.
void setEpsAbs(Double_t newEpsAbs)
Set absolute convergence criteria (convergence if abs(Err)<newEpsAbs)
Bool_t addConfigSection(const RooAbsIntegrator *proto, const RooArgSet &defaultConfig)
Add a configuration section for a particular integrator.
virtual Bool_t canIntegrateOpenEnded() const =0
void setEpsRel(Double_t newEpsRel)
Set relative convergence criteria (convergence if abs(Err)/abs(Int)<newEpsRel)
void printMultiline(std::ostream &os, Int_t content, Bool_t verbose, TString indent="") const
Detailed printing interface.