11void DeconvolutionRL_wide_boost() {
13 const Int_t nbins = 256;
24 h->SetTitle(
"Deconvolution of closely positioned overlapping peaks using boosted Richardson-Lucy deconvolution method");
25 TH1F*
d = (
TH1F*)
f->Get(
"decon_response_wide");
27 for (i = 0; i < nbins; i++) source[i]=
h->GetBinContent(i + 1);
28 for (i = 0; i < nbins; i++) response[i]=
d->GetBinContent(i + 1);
32 s->DeconvolutionRL(source,response,256,200,50,1.2);
34 for (i = 0; i < nbins; i++)
d->SetBinContent(i + 1,source[i]);
35 d->SetLineColor(
kRed);
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
1-D histogram with a float per channel (see TH1 documentation)}
Advanced Spectra Processing.
static constexpr double s