mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
added f suffix
This commit is contained in:
@ -274,10 +274,10 @@ float *gethhx()
|
||||
for (int ii=0; ii<nbetaX*nbetaY; ii++) {
|
||||
ibx=nSubPixelsX*hhx[ii];
|
||||
iby=nSubPixelsY*hhy[ii];
|
||||
if (ftest[ibx+iby*nSubPixelsX]<tot_eta*0.5) {
|
||||
if (ftest[ibx+iby*nSubPixelsX]<tot_eta*0.5f) {
|
||||
etah[ii]=1;
|
||||
nbad++;
|
||||
} else if(ftest[ibx+iby*nSubPixelsX]>tot_eta*2.){
|
||||
} else if(ftest[ibx+iby*nSubPixelsX]>tot_eta*2.f){
|
||||
etah[ii]=2;
|
||||
nbad++;
|
||||
} else
|
||||
|
Reference in New Issue
Block a user