Changeset 14550


Ignore:
Timestamp:
11/02/12 20:36:45 (12 years ago)
Author:
tbretz
Message:
Some of the units were wrong.
File:
1 edited

Legend:

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

    r14147 r14550  
    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");
     34    fFile.AddColumnByte(4, "Errors", "uint8", "Communication error counters");
    3535    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");
    38     fFile.AddColumnShort(NPIX, "StartCellData", "uint32", "DRS4 start cell of readout");
    39     fFile.AddColumnShort(NTMARK, "StartCellTimeMarker", "uint32", "DRS4 start cell of readout time marker");
     38    fFile.AddColumnShort(NPIX, "StartCellData", "uint16", "DRS4 start cell of readout");
     39    fFile.AddColumnShort(NTMARK, "StartCellTimeMarker", "uint16", "DRS4 start cell of readout time marker");
    4040    fFile.AddColumnShort(h->NPix*h->Nroi, "Data", "int16", "Digitized data");
    4141    fFile.AddColumnShort(h->NTm*realRoiTM, "TimeMarker", "int16", "Digitized time marker - if available");
Note: See TracChangeset for help on using the changeset viewer.