|
BOSS 7.1.3
BESIII Offline Software System
|
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 } |
Module implements methods for clients to get generic services.
Module provides methods for clients to get strip services.
| typedef std::vector<unsigned short int> calibUtil::StripCol |
Definition at line 24 of file StripSrv.h.
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.