FEDRA emulsion software from the OPERA Collaboration
EdbScanClientBase.cxx File Reference
#include "TSystem.h"
#include "EdbScanClient.h"
#include "libDataConversion.h"
Include dependency graph for EdbScanClientBase.cxx:

Functions

 ClassImp (EdbScanClientCommon) EdbScanClientCommon
 

Function Documentation

◆ ClassImp()

ClassImp ( EdbScanClientCommon  )
18 {
19  eSock=0;
20  eCMD[0]=0;
21  eMess[0]=0;
22  eMess1[0]=0;
23 
24  eMAXSCANATTEMPTS = 3; // max number of trials to scan an area
25  eMAXFAILS = 5; // max number of predictions (areas) failed before abort scanning
26  ePORT=1777;
27 
28  eNXview = 1;
29  eNYview = 1;
30  eXstep = 360; // This numbers should be equal or a bit smalle then the correspondent sysal settings
31  eYstep = 275;
32 }