Example to illustrate the influence of number of iterations in deconvolution in high resolution peak searching function (class TSpectrum).
Processing /builddir/build/BUILD/root-6.12.06/tutorials/spectrum/SearchHR3.C...
Found 11 candidate peaks
void SearchHR3() {
const Int_t nbins = 1024;
h->
SetTitle(
"Influence of # of iterations in deconvolution in peak searching");
for (i = 0; i < nfound; i++) {
}
if (pm) {
delete pm;
}
printf("Found %d candidate peaks\n",nfound);
}
- Authors
- Miroslav Morhac, Olivier Couet
Definition in file SearchHR3.C.