11 void Deconvolution_wide_boost() {
13 const Int_t nbins = 256;
27 h->
SetTitle(
"Deconvolution of closely positioned overlapping peaks using boosted Gold deconvolution method");
28 d = (
TH1F*) f->
Get(
"decon_response_wide");
31 for (i = 0; i < nbins; i++) response[i]=d->
GetBinContent(i + 1);
36 s->Deconvolution(source,response,256,200,50,1.2);
38 for (i = 0; i < nbins; i++) d->
SetBinContent(i + 1,source[i]);
virtual void SetMaximum(Double_t maximum=-1111)
THist< 1, float, THistStatContent, THistStatUncertainty > TH1F
virtual Double_t GetBinContent(Int_t bin) const
Return content of bin number bin.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
virtual TObject * Get(const char *namecycle)
Return pointer to object identified by namecycle.
1-D histogram with a float per channel (see TH1 documentation)}
virtual void SetLineColor(Color_t lcolor)
Set the line color.
virtual void Draw(Option_t *option="")
Draw this histogram with options.
virtual void SetBinContent(Int_t bin, Double_t content)
Set bin content see convention for numbering bins in TH1::GetBin In case the bin number is greater th...
static constexpr double s
Advanced Spectra Processing.
virtual void SetTitle(const char *title)
Change (i.e.