Changeset 1774 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 02/20/03 16:35:24 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH.cc
r1668 r1774 485 485 Double_t binhigh =0; 486 486 Double_t binwidth=0; 487 488 #if ROOT_VERSION_CODE < ROOT_VERSION(3,03,01) 487 489 TGaxis::Optimize(umin, umax, nbins, binlow, binhigh, nbins, binwidth, ""); 490 #endif 488 491 489 492 if (binwidth <= 0 || binwidth > 1.e+39)
Note:
See TracChangeset
for help on using the changeset viewer.