46RooNumGenFactory::RooNumGenFactory()
48 RooAcceptReject::registerSampler(*
this) ;
49 RooFoamGenerator::registerSampler(*
this) ;
74RooNumGenFactory::~RooNumGenFactory()
76 std::map<std::string,RooAbsNumGenerator*>::iterator iter = _map.
begin() ;
77 while (iter != _map.end()) {
133 if (_map.count(
name)==0) {
158 for (
const auto arg :
genVars) {
182 if (!
method.CompareTo(
"N/A")) {
183 oocoutE(
nullptr,Integration) <<
"RooNumGenFactory::createSampler: No sampler method has been defined for "
184 << (
cond?
"a conditional ":
"a ") << ndim <<
"-dimensional p.d.f" << std::endl;
static Roo_reg_AGKInteg1D instance
int Int_t
Signed integer 4 bytes (int)
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.