BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
calibUtil Namespace Reference

Module implements methods for clients to get generic services. More...

Classes

class  ClientObject
 
class  GenericSrv
 
class  Metadata
 
class  StripSrv
 

Typedefs

typedef std::vector< unsigned short int > StripCol
 

Enumerations

enum  eVisitorRet {
  CONT , USER_DONE , ERROR , DONE ,
  CONT , USER_DONE , ERROR , DONE
}
 
enum  eVisitorRet {
  CONT , USER_DONE , ERROR , DONE ,
  CONT , USER_DONE , ERROR , DONE
}
 

Detailed Description

Module implements methods for clients to get generic services.

Module provides methods for clients to get strip services.

Typedef Documentation

◆ StripCol

typedef std::vector< unsigned short int > calibUtil::StripCol

Enumeration Type Documentation

◆ eVisitorRet [1/2]

Visitor callbacks can indicate whether traversal should continue or not. CONT normal return: continue processing USER_DONE client has all information desired; no more traversal ERROR client has serious error; abort DONE not used by client. Will be returned by BadStrips::traverse in case processing was normal.

Enumerator
CONT 
USER_DONE 
ERROR 
DONE 
CONT 
USER_DONE 
ERROR 
DONE 

Definition at line 22 of file Calibration/calibUtil/calibUtil-00-00-43/calibUtil/StripSrv.h.

◆ eVisitorRet [2/2]

Visitor callbacks can indicate whether traversal should continue or not. CONT normal return: continue processing USER_DONE client has all information desired; no more traversal ERROR client has serious error; abort DONE not used by client. Will be returned by BadStrips::traverse in case processing was normal.

Enumerator
CONT 
USER_DONE 
ERROR 
DONE 
CONT 
USER_DONE 
ERROR 
DONE 

Definition at line 22 of file InstallArea/include/calibUtil/calibUtil/StripSrv.h.