From eb69cabb3f04237c0d5b68d66550a0d752202c53 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Thu, 14 Nov 2013 15:19:03 +0000 Subject: [PATCH] some more changes to receiver git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@694 951219d9-93cf-4727-9268-0efd64621fa3 --- .../slsDetectorAnalysis/singlePhotonFilter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/slsDetectorAnalysis/singlePhotonFilter.cpp b/slsDetectorSoftware/slsDetectorAnalysis/singlePhotonFilter.cpp index 4b53c9bde..72fb0c0b0 100644 --- a/slsDetectorSoftware/slsDetectorAnalysis/singlePhotonFilter.cpp +++ b/slsDetectorSoftware/slsDetectorAnalysis/singlePhotonFilter.cpp @@ -533,13 +533,13 @@ void singlePhotonFilter::findHits(){ isData += 4096; myData += 2048; -/* + if ((clusteriframe%1000 == 0) && (clusteriframe != 0) ){ cout << dec << "Frame: " << clusteriframe << " Hit Avg over last frames: " << nHitStat->Mean() << " .. "<StandardDeviation() << endl; cout<<"writing "<< nHitsPerFrame << " hits to file" << endl; } -*/ + } pthread_mutex_lock(&running_mutex);