81  std::map<std::string,RooAbsNumGenerator*>::iterator iter = 
_map.begin() ;
 
   82  while (iter != 
_map.end()) {
 
 
  163  for (
const auto arg : 
genVars) {
 
  187  if (!
method.CompareTo(
"N/A")) {
 
  188    oocoutE(
nullptr,Integration) << 
"RooNumGenFactory::createSampler: No sampler method has been defined for " 
  189                 << (
cond?
"a conditional ":
"a ") << ndim << 
"-dimensional p.d.f" << std::endl;
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
virtual const char * getCurrentLabel() const
Return label string of current state.
 
Abstract base class for MC event generator implementations like RooAcceptReject and RooFoam.
 
Abstract base class for objects that represent a real value and implements functionality common to al...
 
static void registerSampler(RooNumGenFactory &fact)
Register RooIntegrator1D, is parameters and capabilities with RooNumIntFactory.
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
static void registerSampler(RooNumGenFactory &fact)
Register RooIntegrator1D, is parameters and capabilities with RooNumIntFactory.
 
Holds the configuration parameters of the various numeric integrators used by RooRealIntegral.
 
static RooNumGenConfig & defaultConfig()
Return reference to instance of default numeric integrator configuration object.
 
RooCategory & method2D(bool cond, bool cat)
 
RooCategory & method1D(bool cond, bool cat)
 
RooCategory & methodND(bool cond, bool cat)
 
Factory to instantiate numeric integrators from a given function binding and a given configuration.
 
RooAbsNumGenerator * createSampler(RooAbsReal &func, const RooArgSet &genVars, const RooArgSet &condVars, const RooNumGenConfig &config, bool verbose=false, RooAbsReal *maxFuncVal=nullptr)
Construct a numeric integrator instance that operates on function 'func' and is configured with 'conf...
 
static RooNumGenFactory & instance()
Static method returning reference to singleton instance of factory.
 
bool storeProtoSampler(RooAbsNumGenerator *proto, const RooArgSet &defConfig)
Method accepting registration of a prototype numeric integrator along with a RooArgSet of its default...
 
~RooNumGenFactory() override
Destructor.
 
RooNumGenFactory()
Constructor.
 
std::map< std::string, RooAbsNumGenerator * > _map
 
const RooAbsNumGenerator * getProtoSampler(const char *name)
Return prototype integrator with given (class) name.
 
Mother of all ROOT objects.