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  )

– Author : Mykhailo Vladymyrov 18/07/2013 //////////////////////////////////////////////////////////////////////// // EdbScanClientBase, EdbScanClientCommon // // remote scanning library base class that privides library interface // and common class with implementation of clients' common functions // // ////////////////////////////////////////////////////////////////////////

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