Changeset 9094 for trunk/MagicSoft
- Timestamp:
- 08/05/08 15:29:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r9092 r9094 170 170 Int_t numevents = (int)h->GetEntries() - numsparks; 171 171 172 TString datarate = effon==0 ? "NULL" : Form("% d", numevents/effon);172 TString datarate = effon==0 ? "NULL" : Form("%f.0", numevents/effon); 173 173 TString sparkrate = Form("%5.2f", numsparks/effon); 174 174 if (sparkrate.Contains("inf") || sparkrate.Contains("nan")) … … 278 278 " fDataRate=%s," 279 279 " fSparkRate=%s," 280 " fMinCurrent =%s, "281 " fMedCurrent =%s, "282 " fMaxCurrent =%s, "280 " fMinCurrents=%s, " 281 " fMedCurrents=%s, " 282 " fMaxCurrents=%s, " 283 283 " fMaxHumidity=%s," 284 284 " fAvgHumidity=%s, "
Note:
See TracChangeset
for help on using the changeset viewer.