16#ifndef ROO_NUM_GEN_CONFIG 
   17#define ROO_NUM_GEN_CONFIG 
#define ClassDefOverride(name, id)
 
static void indent(ostringstream &buf, int indent_level)
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
Object to represent discrete states.
 
Collection class for internal use, storing a collection of RooAbsArg pointers in a doubly linked list...
 
Holds the configuration parameters of the various numeric integrators used by RooRealIntegral.
 
RooCategory _methodND
Selects integration method for ND p.d.f.s.
 
RooCategory _methodNDCondCat
Selects integration method for ND conditional p.d.f.s with categories.
 
static RooNumGenConfig & defaultConfig()
Return reference to instance of default numeric integrator configuration object.
 
RooNumGenConfig()
Constructor.
 
RooCategory & method2D(bool cond, bool cat)
 
void printMultiline(std::ostream &os, Int_t content, bool verbose, TString indent="") const override
Detailed printing interface.
 
RooCategory & method1D(bool cond, bool cat)
 
RooCategory _method2D
Selects integration method for 2D p.d.f.s.
 
RooCategory _method1DCondCat
Selects integration method for 1D conditional p.d.f.s with categories.
 
RooCategory _method2DCat
Selects integration method for 2D p.d.f.s with categories.
 
bool addConfigSection(const RooAbsNumGenerator *proto, const RooArgSet &defaultConfig)
Add a configuration section for a particular integrator.
 
RooCategory _method1DCond
Selects integration method for 1D conditional p.d.f.s.
 
RooCategory _method2DCondCat
Selects integration method for 2D conditional p.d.f.s with categories.
 
~RooNumGenConfig() override
Destructor.
 
RooCategory _method1DCat
Selects integration method for 1D p.d.f.s with categories.
 
void Print(Option_t *options=nullptr) const override
This method must be overridden when a class wants to print itself.
 
RooCategory _method1D
Selects integration method for 1D p.d.f.s.
 
RooCategory _method2DCond
Selects integration method for 2D conditional p.d.f.s.
 
RooLinkedList _configSets
List of configuration sets for individual integration methods.
 
const RooArgSet & getConfigSection(const char *name) const
Retrieve configuration information specific to integrator with given name.
 
RooNumGenConfig & operator=(const RooNumGenConfig &other)
Assignment operator from other RooNumGenConfig.
 
RooCategory _methodNDCat
Selects integration method for ND p.d.f.s with categories.
 
RooCategory _methodNDCond
Selects integration method for ND conditional p.d.f.s.
 
StyleOption defaultPrintStyle(Option_t *opt) const override
 
RooCategory & methodND(bool cond, bool cat)
 
A 'mix-in' base class that define the standard RooFit plotting and printing methods.
 
virtual Int_t defaultPrintContents(Option_t *opt) const
Default choice of contents to be printed (name and value)
 
static std::ostream & defaultPrintStream(std::ostream *os=nullptr)
Return a reference to the current default stream to use in Print().
 
virtual void printStream(std::ostream &os, Int_t contents, StyleOption style, TString indent="") const
Print description of object on ostream, printing contents set by contents integer,...
 
Mother of all ROOT objects.