Changeset 12426


Ignore:
Timestamp:
11/06/11 17:21:35 (13 years ago)
Author:
lyard
Message:
removed cout
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r12424 r12426  
    22432243                yval[arrayIndex] = GLWindow->eventData[GLWindow->nRoi*1440 + GLWindow->nRoiTM*(40*crateId + 4*boardId + patchId) + i];
    22442244            }
    2245             realNumSamples += GLWindow->nRoiTM - TMIndex;
     2245 //           realNumSamples += GLWindow->nRoiTM - TMIndex;
    22462246        }
    22472247        cout << pixelIdInPatch << " " ;
    22482248    }
    2249 cout << realNumSamples << endl;
     2249//cout << realNumSamples << endl;
    22502250  //  GLWindow->computePulsesStatistics();
    22512251#if QWT_VERSION < 0x060000
Note: See TracChangeset for help on using the changeset viewer.