Changeset 16097
- Timestamp:
- 05/23/13 19:14:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DataWriteFits2.cc
r16055 r16097 144 144 fFile.SetInt("DRSSTEP", GetDrsStep(), "Step of the DRS calibration"); 145 145 146 // This is a workaround for the missing information in the event builder 147 fTstart[0] = 0; 148 fTstop[0] = 0; 146 fTstart[0] = h.RunTime; 147 fTstart[1] = h.RunUsec; 148 149 fTstop[0] = 0; 150 fTstop[1] = 0; 149 151 150 152 memset(fTriggerCounter.data(), 0, fTriggerCounter.size()*sizeof(uint32_t)); … … 237 239 238 240 memcpy(fTstop, &e.PCTime, 2*sizeof(uint32_t)); 239 if (fTstart[0]==0)240 memcpy(fTstart, fTstop, 2*sizeof(uint32_t));241 241 242 242 const int realRoiTM = (e.RoiTM > e.Roi) ? e.Roi : 0;
Note:
See TracChangeset
for help on using the changeset viewer.