Changeset 9346 for trunk/MagicSoft
- Timestamp:
- 02/16/09 17:41:17 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mhflux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHAlpha.cc
r9303 r9346 97 97 fHist.SetDirectory(NULL); 98 98 fHist.UseCurrentStyle(); 99 fHist.Sumw2();100 99 101 100 // Main histogram … … 105 104 fHistTime.UseCurrentStyle(); 106 105 fHistTime.SetDirectory(NULL); 107 fHistTime.Sumw2();108 106 109 107 fHEnergy.SetName("Excess"); … … 113 111 fHEnergy.SetDirectory(NULL); 114 112 fHEnergy.UseCurrentStyle(); 115 fHEnergy.Sumw2();116 113 117 114 fHTheta.SetName("ExcessTheta"); … … 122 119 fHTheta.UseCurrentStyle(); 123 120 fHTheta.SetMinimum(0); 124 fHTheta.Sumw2();125 121 126 122 // effective on time versus time … … 437 433 fHTime.SetBinError(n, fit.GetErrorExcess()); 438 434 439 *fLog << all<< *fTimeEffOn << " (" << n << "): " << fit.GetEventsExcess() << endl;435 //*fLog << inf3 << *fTimeEffOn << " (" << n << "): " << fit.GetEventsExcess() << endl; 440 436 441 437 fNumRebin = fNumTimeBins; -
trunk/MagicSoft/Mars/mhflux/MHEffectiveOnTime.h
r9343 r9346 94 94 void Paint(Option_t *opt=""); 95 95 96 ClassDef(MHEffectiveOnTime, 3) // Histogram to determin effective On-Time vs Time and Zenith Angle96 ClassDef(MHEffectiveOnTime, 4) // Histogram to determin effective On-Time vs Time and Zenith Angle 97 97 }; 98 98
Note:
See TracChangeset
for help on using the changeset viewer.