Changeset 12854 for trunk/Mars
- Timestamp:
- 02/06/12 20:12:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcalib/MCalibrationRelTimeCam.cc
r9374 r12854 144 144 << "Pix " << Form("%4i", pix->GetPixId()) << ": " 145 145 << " Offset: " 146 << Form("%4.2f +- %4 ,2f", pix->GetTimeOffset(), pix->GetTimeOffsetErr())146 << Form("%4.2f +- %4.2f", pix->GetTimeOffset(), pix->GetTimeOffsetErr()) 147 147 << " Precision: " 148 148 << Form("%4.2f +- %4.2f", pix->GetTimePrecision(), pix->GetTimePrecisionErr()) … … 180 180 << "Average Area " << Form("%4i", pix->GetPixId()) << ":" 181 181 << "Offset: " 182 << Form("%4.2f +- %4 ,2f", pix->GetTimeOffset(), pix->GetTimeOffsetErr())182 << Form("%4.2f +- %4.2f", pix->GetTimeOffset(), pix->GetTimeOffsetErr()) 183 183 << " Precision: " 184 184 << Form("%4.2f +- %4.2f", pix->GetTimePrecision(), pix->GetTimePrecisionErr())
Note:
See TracChangeset
for help on using the changeset viewer.