13   const Int_t nbins = 256;
 
   21   TString file = dir+
"/spectrum/TSpectrum.root";
 
   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);
 
   35   for (i = 0; i < nbins; i++) 
d->SetBinContent(i + 1,
source[i]);
 
   36   d->SetLineColor(
kRed);
 
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 * 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