Ignore:
Timestamp:
05/23/05 12:44:50 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C

    r7085 r7086  
    207207    Stat_t meanconvi = c->GetMeanSectors(TArrayI(6, s0), inner);
    208208    Stat_t meanconvo = c->GetMeanSectors(TArrayI(6, s0), outer);
    209     meanconvi = TMath::Nint(meanconvi*10)/10.;
    210     meanconvo = TMath::Nint(meanconvo*10)/10.;
     209    meanconvi = TMath::Nint(meanconvi*100)/100.;
     210    meanconvo = TMath::Nint(meanconvo*100)/100.;
    211211    TString meanconvinner=Form("%6.2f", meanconvi);
    212212    TString meanconvouter=Form("%6.2f", meanconvo);
Note: See TracChangeset for help on using the changeset viewer.