Ignore:
Timestamp:
08/05/08 15:29:04 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9092 r9094  
    170170    Int_t numevents = (int)h->GetEntries() - numsparks;
    171171
    172     TString datarate  = effon==0 ? "NULL" : Form("%d", numevents/effon);
     172    TString datarate  = effon==0 ? "NULL" : Form("%f.0", numevents/effon);
    173173    TString sparkrate = Form("%5.2f", numsparks/effon);
    174174    if (sparkrate.Contains("inf") || sparkrate.Contains("nan"))
     
    278278                        " fDataRate=%s,"
    279279                        " fSparkRate=%s,"
    280                         " fMinCurrent=%s, "
    281                         " fMedCurrent=%s, "
    282                         " fMaxCurrent=%s, "
     280                        " fMinCurrents=%s, "
     281                        " fMedCurrents=%s, "
     282                        " fMaxCurrents=%s, "
    283283                        " fMaxHumidity=%s,"
    284284                        " fAvgHumidity=%s, "
Note: See TracChangeset for help on using the changeset viewer.