Example to illustrate the background estimator (class TSpectrum) including Compton edges.
void Background_smooth() {
const Int_t nbins = 4096;
back->
SetTitle(
"Estimation of background with noise");
for (i = 0; i < nbins; i++) source[i]=back->
GetBinContent(i + 1);
for (i = 0; i < nbins; i++) source[i]=back->
GetBinContent(i + 1);
}
virtual void SetLineColor(Color_t lcolor)
Set the line color.
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)}
virtual void SetTitle(const char *title)
See GetStatOverflows for more information.
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...
virtual void Draw(Option_t *option="")
Draw this histogram with options.
virtual Double_t GetBinContent(Int_t bin) const
Return content of bin number bin.
virtual void SetAxisRange(Double_t xmin, Double_t xmax, Option_t *axis="X")
Set the "axis" range.
Advanced Spectra Processing.
static constexpr double s
- Authors
- Miroslav Morhac, Olivier Couet
Definition in file Background_smooth.C.