13void Background_synt256() {
 
   15   const Int_t nbinsx = 64;
 
   16   const Int_t nbinsy = 64;
 
   22   for (i=0;i<nbinsx;i++)
 
   27   auto back = (
TH2F*) 
f->Get(
"back3");
 
   30   for (i = 0; i < nbinsx; i++){
 
   31      for (j = 0; j < nbinsy; j++){
 
   32         source[i][j] = back->GetBinContent(i + 1,j + 1);
 
   35   s->Background(source,nbinsx,nbinsy,8,8,
 
   37   for (i = 0; i < nbinsx; i++){
 
   38      for (j = 0; j < nbinsy; j++)
 
   39         back->SetBinContent(i + 1,j + 1, source[i][j]);
 
R__EXTERN TStyle * gStyle
 
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
 
2-D histogram with a float per channel (see TH1 documentation)}
 
Advanced 2-dimensional spectra processing.
 
@ kBackSuccessiveFiltering
 
void SetOptStat(Int_t stat=1)
The type of information printed in the histogram statistics box can be selected via the parameter mod...