Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2026-04-06 08:15:57

0001 #ifndef __OnlMonDBReturnCodes_H__
0002 #define __OnlMonDBReturnCodes_H__
0003 
0004 enum
0005 {
0006   DBOKAY,
0007   DBNOCON,
0008   DBNOENTRIES
0009 };
0010 
0011 #endif