mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-29 17:40:01 +02:00
some more changes to receiver
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@694 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
151725dd66
commit
eb69cabb3f
@ -533,13 +533,13 @@ void singlePhotonFilter::findHits(){
|
|||||||
isData += 4096;
|
isData += 4096;
|
||||||
myData += 2048;
|
myData += 2048;
|
||||||
|
|
||||||
/*
|
|
||||||
if ((clusteriframe%1000 == 0) && (clusteriframe != 0) ){
|
if ((clusteriframe%1000 == 0) && (clusteriframe != 0) ){
|
||||||
cout << dec << "Frame: " << clusteriframe << " Hit Avg over last frames: " <<
|
cout << dec << "Frame: " << clusteriframe << " Hit Avg over last frames: " <<
|
||||||
nHitStat->Mean() << " .. "<<nHitStat->StandardDeviation() << endl;
|
nHitStat->Mean() << " .. "<<nHitStat->StandardDeviation() << endl;
|
||||||
cout<<"writing "<< nHitsPerFrame << " hits to file" << endl;
|
cout<<"writing "<< nHitsPerFrame << " hits to file" << endl;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pthread_mutex_lock(&running_mutex);
|
pthread_mutex_lock(&running_mutex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user