Logo ROOT  
Reference Guide
rf902_numgenconfig Namespace Reference

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)

Variable Documentation

◆ data_ar

rf902_numgenconfig.data_ar = model.generate({x}, 10000, Verbose=True)

Definition at line 31 of file rf902_numgenconfig.py.

◆ data_foam

rf902_numgenconfig.data_foam = model.generate({x}, 10000, Verbose=True)

Definition at line 56 of file rf902_numgenconfig.py.

◆ model

rf902_numgenconfig.model = ROOT.RooChebychev("model", "model", x, [0.0, 0.5, -0.1])

Definition at line 21 of file rf902_numgenconfig.py.

◆ x

rf902_numgenconfig.x = ROOT.RooRealVar("x", "x", 0, 10)

Definition at line 20 of file rf902_numgenconfig.py.