Changeset 12854 for trunk/Mars


Ignore:
Timestamp:
02/06/12 20:12:01 (13 years ago)
Author:
tbretz
Message:
Fixed two malformed format strings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcalib/MCalibrationRelTimeCam.cc

    r9374 r12854  
    144144              << "Pix  " << Form("%4i", pix->GetPixId()) << ":         "
    145145              << "   Offset: "
    146               << Form("%4.2f +- %4,2f", pix->GetTimeOffset(), pix->GetTimeOffsetErr())
     146              << Form("%4.2f +- %4.2f", pix->GetTimeOffset(), pix->GetTimeOffsetErr())
    147147              << "   Precision: "
    148148              << Form("%4.2f +- %4.2f", pix->GetTimePrecision(), pix->GetTimePrecisionErr())
     
    180180          << "Average Area   " << Form("%4i", pix->GetPixId()) << ":"
    181181          << "Offset: "
    182           << Form("%4.2f +- %4,2f", pix->GetTimeOffset(), pix->GetTimeOffsetErr())
     182          << Form("%4.2f +- %4.2f", pix->GetTimeOffset(), pix->GetTimeOffsetErr())
    183183          << "   Precision: "
    184184          << Form("%4.2f +- %4.2f", pix->GetTimePrecision(), pix->GetTimePrecisionErr())
Note: See TracChangeset for help on using the changeset viewer.