Variables | |
| data_ar = model.generate({x}, 10000, Verbose=True) | |
| data_foam = model.generate({x}, 10000, Verbose=True) | |
| model = ROOT.RooChebychev("model", "model", x, [0.0, 0.5, -0.1]) | |
| x = ROOT.RooRealVar("x", "x", 0, 10) | |
Definition at line 31 of file rf902_numgenconfig.py.
Definition at line 56 of file rf902_numgenconfig.py.
| rf902_numgenconfig.model = ROOT.RooChebychev("model", "model", x, [0.0, 0.5, -0.1]) |
Definition at line 21 of file rf902_numgenconfig.py.
| rf902_numgenconfig.x = ROOT.RooRealVar("x", "x", 0, 10) |
Definition at line 20 of file rf902_numgenconfig.py.