Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OnlMonStatus.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file OnlMonStatus.h
1 #ifndef __OnlMonStatus_H__
2 #define __OnlMonStatus_H__
3 
4 namespace OnlMonStatus
5 {
6  enum
7  {
8  OKAY = 0,
9  NOCALIB = 1,
10  FATAL = 100
11  };
12 }
13 
14 #endif