Changeset 5576 for trunk/MagicSoft/Mars/mhcalib
- Timestamp:
- 12/09/04 17:19:22 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.