Changeset 5576
- Timestamp:
- 12/09/04 17:19:22 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5575 r5576 26 26 - fixed a bug in Reset(), fSaturation was not resetted before. 27 27 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. 29 31 30 32 2004/12/09: Thomas Bretz -
trunk/MagicSoft/Mars/mhcalib/MHGausEvents.cc
r5544 r5576 150 150 fHGausHist.UseCurrentStyle(); 151 151 fHGausHist.SetDirectory(NULL); 152 // TAxis *xaxe = fHGausHist.GetXaxis();153 // xaxe->Set(100,0.,100.);154 152 TAxis *yaxe = fHGausHist.GetYaxis(); 155 // yaxe->SetDefaults();156 153 yaxe->CenterTitle(); 157 154 } … … 191 188 if (fFExpFit) 192 189 delete fFExpFit; 193 190 194 191 // delete histograms 195 192 if (fHPowerProbability) … … 206 203 if (fGraphPowerSpectrum) 207 204 delete fGraphPowerSpectrum; 208 209 210 205 } 211 206 … … 927 922 fHGausHist.Reset(); 928 923 fEvents.Set(0); 929 924 InitBins(); 930 925 } 931 926
Note:
See TracChangeset
for help on using the changeset viewer.