- Timestamp:
- 07/05/06 14:21:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc
r7777 r7779 330 330 // Assuming that bg and fit2.GetEventsBackground() are rather identical: 331 331 const Double_t sc = er*er / fit.GetEventsBackground(); 332 332 /* 333 333 cout << MMath::SignificanceLiMaSigned(hon.Integral(1, bin), fit.GetEventsBackground()/sc, sc) << " "; 334 334 cout << sc << " "; 335 335 cout << fit.fChiSqBg << endl; 336 336 */ 337 337 return sc; 338 338 }
Note:
See TracChangeset
for help on using the changeset viewer.