Changeset 14147 for trunk


Ignore:
Timestamp:
06/10/12 22:45:10 (12 years ago)
Author:
tbretz
Message:
Fixed some wrong units.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DataWriteFits2.cc

    r14023 r14147  
    3232    fFile.AddColumnShort("TriggerType", "uint16", "FTM board trigger type");
    3333    fFile.AddColumnInt("NumBoards", "uint32", "Number of connected boards");
    34     fFile.AddColumnByte(4, "Errors", "Communication error counters");
    35     fFile.AddColumnInt("SoftTrig", "(not yet implemented)");
     34    fFile.AddColumnByte(4, "Errors", "", "Communication error counters");
     35    fFile.AddColumnInt("SoftTrig", "", "(not yet implemented)");
    3636    fFile.AddColumnInt(2, "UnixTimeUTC", "uint32", "Unix time seconds and microseconds");
    3737    fFile.AddColumnInt(NBOARDS, "BoardTime", "uint32", "Board internal time counter");
Note: See TracChangeset for help on using the changeset viewer.