some modifications

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorCalibration@29 113b152e-814d-439b-b186-022a431db7b5
This commit is contained in:
l_msdetect
2014-02-03 12:48:57 +00:00
parent d9a5e7e2a5
commit fea8670994
4 changed files with 117 additions and 27 deletions

View File

@ -151,6 +151,7 @@ THStack *moenchReadData(char *fformat, char *tit, int runmin, int runmax, int nb
while ((buff=decoder->readNextFrame(filebin))) {
if (hitfinder) {
filter->newFrame();
//calculate pedestals and common modes
@ -161,7 +162,7 @@ THStack *moenchReadData(char *fformat, char *tit, int runmin, int runmax, int nb
thisEvent=filter->getEventType(buff, ix, iy,0);
}
}
}
// cout << "new frame " << endl;