Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:15:34

0001 #ifndef ONCALDBCODES_H__
0002 #define ONCALDBCODES_H__
0003 
0004 namespace OnCalDBCodes
0005 {
0006   enum
0007   {
0008     INIT = -2,
0009     STARTED = -1,
0010     FAILED = 0,
0011     SUCCESS = 1,
0012     COPIEDPREVIOUS = 2,
0013     COPIEDLATER = 3,
0014     COVERED = 4,
0015     SUBSYSTEM = 5
0016   };
0017 }
0018 
0019 #endif