13   const Int_t nbins = 256;
 
   21   TString file = dir + 
"/legacy/spectrum/TSpectrum.root";
 
   24   h->
SetTitle(
"Deconvolution of closely positioned overlapping peaks using Richardson-Lucy deconvolution method");
 
   25   TH1F *
d = (
TH1F *)
f->Get(
"decon_response_wide");
 
   27   for (i = 0; i < nbins; i++)
 
   28      source[i] = 
h->GetBinContent(i + 1);
 
   29   for (i = 0; i < nbins; i++)
 
   30      response[i] = 
d->GetBinContent(i + 1);
 
   37   for (i = 0; i < nbins; i++)
 
   38      d->SetBinContent(i + 1, 
source[i]);
 
   39   d->SetLineColor(
kRed);
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
1-D histogram with a float per channel (see TH1 documentation)
void SetTitle(const char *title) override
Change/set the title.
Advanced Spectra Processing.
const char * DeconvolutionRL(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