Skip to content
Snippets Groups Projects
Commit a208748f authored by Chenxi Fu's avatar Chenxi Fu
Browse files

注释

parent 822e061f
No related branches found
No related tags found
1 merge request!25拆出cce模块
......@@ -107,4 +107,4 @@ def signal_convolution(signal_original: ROOT.TH1F, pulse_responce_function, sign
so_i = so.GetBinContent(i)
for j in range(-i,n_bin-i):
pr_j = pr(j*t_bin)
sc.Fill((i+j)*t_bin - 1e-14, so_i*pr_j*t_bin) # resolve float error
sc.Fill((i+j)*t_bin - 1e-14, so_i*pr_j*t_bin) # 1e-14 resolves float error
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment