Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OnCalDBCodes.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file OnCalDBCodes.h
1 #ifndef ONCALDBCODES_H__
2 #define ONCALDBCODES_H__
3 
4 namespace OnCalDBCodes
5 {
6  enum
7  {
8  INIT = -2,
9  STARTED = -1,
10  FAILED = 0,
11  SUCCESS = 1,
14  COVERED = 4,
16  };
17 }
18 
19 #endif