Changeset 7341 for trunk/MagicSoft/Mars
- Timestamp:
- 08/29/05 22:15:39 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7340 r7341 33 33 * datacenter/scripts/fillganymed: 34 34 - small bugfixes 35 36 * datacenter/macros/fillstar.C: 37 - fixed bug in change of 25.7. 35 38 36 39 -
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r7276 r7341 130 130 131 131 Float_t quality = h->GetMean(); 132 quality = TMath::Nint(quality*10 )/10.;132 quality = TMath::Nint(quality*100)/100.; 133 133 TString islands = Form("%6.2f", quality); 134 134
Note:
See TracChangeset
for help on using the changeset viewer.