Changeset 7341 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
08/29/05 22:15:39 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7340 r7341  
    3333   * datacenter/scripts/fillganymed:
    3434     - small bugfixes
     35
     36   * datacenter/macros/fillstar.C:
     37     - fixed bug in change of 25.7.
    3538
    3639
  • trunk/MagicSoft/Mars/datacenter/macros/fillstar.C

    r7276 r7341  
    130130
    131131    Float_t quality = h->GetMean();
    132     quality = TMath::Nint(quality*10)/10.;
     132    quality = TMath::Nint(quality*100)/100.;
    133133    TString islands = Form("%6.2f", quality);
    134134
Note: See TracChangeset for help on using the changeset viewer.