Changeset 9292 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 02/03/09 13:28:09 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHEffectiveOnTime.cc
r9153 r9292 908 908 { 909 909 Double_t res[7]; 910 FitH(h, res, kTRUE);911 PaintText(res);910 if (FitH(h, res, kTRUE)) 911 PaintText(res); 912 912 } 913 913 return;
Note:
See TracChangeset
for help on using the changeset viewer.