Changeset 5576


Ignore:
Timestamp:
12/09/04 17:19:22 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5575 r5576  
    2626    - fixed a bug in Reset(), fSaturation was not resetted before.
    2727      Affects only intensity calibraion.
    28 
     28  * mhcalib/MHGausEvents.cc
     29    - fixed bug in Reset(), histogram ranges were not reset before.
     30      Affects only intensity calibraion.
    2931
    3032 2004/12/09: Thomas Bretz
  • 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.