Ignore:
Timestamp:
12/09/04 17:19:22 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHGausEvents.cc

    r5544 r5576  
    150150  fHGausHist.UseCurrentStyle();
    151151  fHGausHist.SetDirectory(NULL);
    152   //  TAxis *xaxe = fHGausHist.GetXaxis();
    153   //  xaxe->Set(100,0.,100.);
    154152  TAxis *yaxe = fHGausHist.GetYaxis();
    155   //  yaxe->SetDefaults();
    156153  yaxe->CenterTitle();
    157154}
     
    191188  if (fFExpFit)
    192189      delete fFExpFit;
    193  
     190
    194191  // delete histograms
    195192  if (fHPowerProbability)
     
    206203  if (fGraphPowerSpectrum)
    207204    delete fGraphPowerSpectrum;
    208 
    209 
    210205}
    211206     
     
    927922  fHGausHist.Reset();
    928923  fEvents.Set(0);
    929 
     924  InitBins();
    930925}
    931926
Note: See TracChangeset for help on using the changeset viewer.