Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #ifndef __OnlMonStatus_H__
0002 #define __OnlMonStatus_H__
0003 
0004 namespace OnlMonStatus
0005 {
0006   enum
0007   {
0008     OKAY = 0,
0009     NOCALIB = 1,
0010     FATAL = 100
0011   };
0012 }
0013 
0014 #endif