Changeset 12426
- Timestamp:
- 11/06/11 17:21:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc
r12424 r12426 2243 2243 yval[arrayIndex] = GLWindow->eventData[GLWindow->nRoi*1440 + GLWindow->nRoiTM*(40*crateId + 4*boardId + patchId) + i]; 2244 2244 } 2245 realNumSamples += GLWindow->nRoiTM - TMIndex;2245 // realNumSamples += GLWindow->nRoiTM - TMIndex; 2246 2246 } 2247 2247 cout << pixelIdInPatch << " " ; 2248 2248 } 2249 cout << realNumSamples << endl;2249 //cout << realNumSamples << endl; 2250 2250 // GLWindow->computePulsesStatistics(); 2251 2251 #if QWT_VERSION < 0x060000
Note:
See TracChangeset
for help on using the changeset viewer.