53RooNumGenFactory::RooNumGenFactory()
 
   55  RooAcceptReject::registerSampler(*
this) ;
 
   56  RooFoamGenerator::registerSampler(*
this) ;
 
   81RooNumGenFactory::~RooNumGenFactory()
 
   83  std::map<std::string,RooAbsNumGenerator*>::iterator iter = _map.
begin() ;
 
   84  while (iter != _map.end()) {
 
  140  if (_map.count(
name)==0) {
 
  165  for (
const auto arg : 
genVars) {
 
  189  if (!
method.CompareTo(
"N/A")) {
 
  190    oocoutE(
nullptr,Integration) << 
"RooNumGenFactory::createSampler: No sampler method has been defined for " 
  191                 << (
cond?
"a conditional ":
"a ") << ndim << 
"-dimensional p.d.f" << std::endl;
 
static Roo_reg_AGKInteg1D instance
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
const_iterator begin() const
virtual const char * getCurrentLabel() const
Return label string of current state.
Abstract base class for objects that represent a real value and implements functionality common to al...
RooArgSet is a container object that can hold multiple RooAbsArg objects.
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)
Mother of all ROOT objects.