Logo ROOT  
Reference Guide
rf901_numintconfig Namespace Reference

Variables

 customConfig = ROOT.RooNumIntConfig(ROOT.RooAbsReal.defaultIntegratorConfig())
 DEBUG
 integratorGKNotExisting = customConfig.method1D().setLabel("RooAdaptiveGaussKronrodIntegrator1D")
 intLandau = landau.createIntegral({x})
 intLandau2 = landau.createIntegral({x}, NumIntConfig=customConfig)
 intLandau3 = landau.createIntegral({x})
 landau = ROOT.RooLandau("landau", "landau", x, 0.0, 0.1)
 Topic
 val = intLandau.getVal()
 val2 = intLandau2.getVal()
 val3 = intLandau3.getVal()
 x = ROOT.RooRealVar("x", "x", -10, 10)

Variable Documentation

◆ customConfig

rf901_numintconfig.customConfig = ROOT.RooNumIntConfig(ROOT.RooAbsReal.defaultIntegratorConfig())

Definition at line 59 of file rf901_numintconfig.py.

◆ DEBUG

rf901_numintconfig.DEBUG

Definition at line 47 of file rf901_numintconfig.py.

◆ integratorGKNotExisting

rf901_numintconfig.integratorGKNotExisting = customConfig.method1D().setLabel("RooAdaptiveGaussKronrodIntegrator1D")

Definition at line 60 of file rf901_numintconfig.py.

◆ intLandau

rf901_numintconfig.intLandau = landau.createIntegral({x})

Definition at line 50 of file rf901_numintconfig.py.

◆ intLandau2

rf901_numintconfig.intLandau2 = landau.createIntegral({x}, NumIntConfig=customConfig)

Definition at line 65 of file rf901_numintconfig.py.

◆ intLandau3

rf901_numintconfig.intLandau3 = landau.createIntegral({x})

Definition at line 78 of file rf901_numintconfig.py.

◆ landau

rf901_numintconfig.landau = ROOT.RooLandau("landau", "landau", x, 0.0, 0.1)

Definition at line 40 of file rf901_numintconfig.py.

◆ Topic

rf901_numintconfig.Topic

Definition at line 47 of file rf901_numintconfig.py.

◆ val

rf901_numintconfig.val = intLandau.getVal()

Definition at line 51 of file rf901_numintconfig.py.

◆ val2

rf901_numintconfig.val2 = intLandau2.getVal()

Definition at line 66 of file rf901_numintconfig.py.

◆ val3

rf901_numintconfig.val3 = intLandau3.getVal()

Definition at line 79 of file rf901_numintconfig.py.

◆ x

rf901_numintconfig.x = ROOT.RooRealVar("x", "x", -10, 10)

Definition at line 39 of file rf901_numintconfig.py.