Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2026-04-02 08:12:01

0001 #ifndef FUN4CAL_FUN4CALDBCODES_H
0002 #define FUN4CAL_FUN4CALDBCODES_H
0003 
0004 namespace Fun4CalDBCodes
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