Changeset 16585 for trunk/FACT++
- Timestamp:
- 06/02/13 15:50:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DataWriteFits2.cc
r16097 r16585 34 34 fFile.AddColumnShort("TriggerType", "uint16", "FTM board trigger type"); 35 35 fFile.AddColumnInt("NumBoards", "uint32", "Number of connected boards"); 36 fFile.AddColumnByte(4, "Errors", "uint8", "Communication error counters");37 fFile.AddColumnInt("SoftTrig", "", "(not yet implemented)");38 36 fFile.AddColumnInt(2, "UnixTimeUTC", "uint32", "Unix time seconds and microseconds"); 39 37 fFile.AddColumnInt(NBOARDS, "BoardTime", "uint32", "Board internal time counter"); … … 238 236 fTriggerCounter[7]++; 239 237 240 memcpy(fTstop, &e.PCTime, 2*sizeof(uint32_t)); 238 fTstop[0] = e.PCTime; 239 fTstop[1] = e.PCUsec; 241 240 242 241 const int realRoiTM = (e.RoiTM > e.Roi) ? e.Roi : 0;
Note:
See TracChangeset
for help on using the changeset viewer.