BOSS 7.1.1
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 }
 

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

Definition at line 24 of file StripSrv.h.

Enumeration Type Documentation

◆ eVisitorRet

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 

Definition at line 22 of file StripSrv.h.

@ ERROR
Definition EvtReport.hh:49
@ USER_DONE
Definition StripSrv.h:22