11void Deconvolution_wide_boost() {
13 const Int_t nbins = 256;
24 TString file = dir+
"/spectrum/TSpectrum.root";
26 h = (
TH1F*)
f->Get(
"decon3");
27 h->SetTitle(
"Deconvolution of closely positioned overlapping peaks using boosted Gold deconvolution method");
28 d = (
TH1F*)
f->Get(
"decon_response_wide");
30 for (
i = 0;
i < nbins;
i++) source[
i]=
h->GetBinContent(
i + 1);
31 for (
i = 0;
i < nbins;
i++) response[
i]=
d->GetBinContent(
i + 1);
33 h->SetMaximum(200000);
38 for (
i = 0;
i < nbins;
i++)
d->SetBinContent(
i + 1,source[
i]);
39 d->SetLineColor(
kRed);
A file, usually with extension .root, that stores data and code in the form of serialized objects in ...
1-D histogram with a float per channel (see TH1 documentation)
Advanced Spectra Processing.
const char * Deconvolution(Double_t *source, const Double_t *response, Int_t ssize, Int_t numberIterations, Int_t numberRepetitions, Double_t boost)
One-dimensional deconvolution function.
const char * Data() const