Changeset 9552 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 02/23/10 10:43:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MMcSpectrumWeight.cc
r9337 r9552 489 489 // Ratio between the number of events in the zenith angle 490 490 // bin corresponding to x and the new spectrum. 491 #if ROOT_VERSION_CODE < ROOT_VERSION(5,26,00) 491 492 const Double_t f = h.Integral(x, x, -1, 9999)/norm; 493 #else 494 const Double_t f = h.Integral(x, x)/norm; 495 #endif 492 496 493 497 // Fill histogram with the "new spectrum" between
Note:
See TracChangeset
for help on using the changeset viewer.