no hardcoded beb numbers

This commit is contained in:
Dhanya Maliakal 2015-02-12 12:08:21 +01:00
parent 8863a9f880
commit 81bcb29f75
2 changed files with 3 additions and 3 deletions

View File

@ -143,11 +143,11 @@ int initDetector(){
Feb_Control_CheckSetup();
//top or bottom
//bottom = Feb_Control_IsBottomModule();
if(getDetectorNumber()==0xbeb031)
bottom = Feb_Control_IsBottomModule();
/*if(getDetectorNumber()==0xbeb031)
bottom = 0;
else bottom = 1;
*/
if(bottom)
printf("BOTTOM ***************\n");
else