Changeset 18143 for trunk/Mars/mcore


Ignore:
Timestamp:
02/18/15 12:01:56 (10 years ago)
Author:
tbretz
Message:
Made a mistake by not writing mean and rms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/DrsCalib.h

    r18122 r18143  
    12581258
    12591259        file.SetDefaultKeys();
    1260         file.AddColumnDouble(fStat.size(), "CellWidth", "ratio", "Relative cell width");
     1260        file.AddColumnDouble(fStat.size(), "CellWidthMean", "ratio", "Relative cell width mean");
     1261        file.AddColumnDouble(fStat.size(), "CellWidthRms",  "ratio", "Relative cell width rms");
    12611262
    12621263        file.SetInt("ADCRANGE", 2000,    "Dynamic range of the ADC in mV");
Note: See TracChangeset for help on using the changeset viewer.