Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:56

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