Changeset 14147 for trunk/FACT++
- Timestamp:
- 06/10/12 22:45:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DataWriteFits2.cc
r14023 r14147 32 32 fFile.AddColumnShort("TriggerType", "uint16", "FTM board trigger type"); 33 33 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)"); 36 36 fFile.AddColumnInt(2, "UnixTimeUTC", "uint32", "Unix time seconds and microseconds"); 37 37 fFile.AddColumnInt(NBOARDS, "BoardTime", "uint32", "Board internal time counter");
Note:
See TracChangeset
for help on using the changeset viewer.