Changeset 7086 for trunk/MagicSoft/Mars
- Timestamp:
- 05/23/05 12:44:50 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C
r7085 r7086 207 207 Stat_t meanconvi = c->GetMeanSectors(TArrayI(6, s0), inner); 208 208 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.; 211 211 TString meanconvinner=Form("%6.2f", meanconvi); 212 212 TString meanconvouter=Form("%6.2f", meanconvo);
Note:
See TracChangeset
for help on using the changeset viewer.