41 std::unique_ptr<RooDataSet> data_ar{model.generate(
x, 10000,
Verbose(
true))};
50 model.specialGeneratorConfig(
true)->method1D(
false,
false).setLabel(
"RooFoamGenerator");
61 model.specialGeneratorConfig()->getConfigSection(
"RooFoamGenerator").setRealValue(
"chatLevel", 1);
65 std::unique_ptr<RooDataSet> data_foam{model.generate(
x, 10000,
Verbose())};
bool setRealValue(const char *name, double newVal=0.0, bool verbose=false)
Set value of a RooAbsRealLValue stored in set with given name to newVal No error messages are printed...
static RooNumGenConfig * defaultGeneratorConfig()
Returns the default numeric MC generator configuration for all RooAbsReals.
RooArgList is a container object that can hold multiple RooAbsArg objects.
bool setLabel(const char *label, bool printError=true) override
Set value by specifying the name of the desired state.
Chebychev polynomial p.d.f.
RooCategory & method1D(bool cond, bool cat)
const RooArgSet & getConfigSection(const char *name) const
Retrieve configuration information specific to integrator with given name.
Variable that can be changed from the outside.
RooCmdArg Verbose(bool flag=true)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...