Variables | |
| c1 = ROOT.TCanvas("c1", "c1", 800, 1000) | |
| f = ROOT.TF1("f", f_conv, 0.0, 5.0, f_conv.GetNpar()) | |
| f_conv = ROOT.TF1Convolution("expo", "gaus", -1, 6, True) | |
| h_ExpGauss = ROOT.TH1F("h_ExpGauss", "Exponential convoluted by Gaussian", 100, 0.0, 5.0) | |
| fitConvolution.c1 = ROOT.TCanvas("c1", "c1", 800, 1000) |
Definition at line 34 of file fitConvolution.py.
| fitConvolution.f = ROOT.TF1("f", f_conv, 0.0, 5.0, f_conv.GetNpar()) |
Definition at line 31 of file fitConvolution.py.
| fitConvolution.f_conv = ROOT.TF1Convolution("expo", "gaus", -1, 6, True) |
Definition at line 28 of file fitConvolution.py.
| fitConvolution.h_ExpGauss = ROOT.TH1F("h_ExpGauss", "Exponential convoluted by Gaussian", 100, 0.0, 5.0) |
Definition at line 16 of file fitConvolution.py.