QApolloDbDefs.hh
Go to the documentation of this file.00001
00005 #ifndef _Q_DB_DEFS_HH_
00006 #define _Q_DB_DEFS_HH_
00007
00013 enum StopStatus_t {
00014 OK = 0,
00015 Cryogenics = 1,
00016 Electronics = 2,
00017 DAQ = 3,
00018 ENVIRONMENT = 4,
00019 OTHER = 5,
00020 CRASH = 8,
00021 BadForAnalysis = 6,
00022 };
00023
00024
00031 enum QApolloUserLevel {
00032 SoftwareLevel = -1,
00033 SuperUserLevel = 0,
00034 AddUserLevel = 5,
00035 StartStopLevel = 10,
00036 ReadLevel = 20,
00037 NoPrivLevel = 99,
00038 InvalidLevel = 100,
00039 };
00040
00041
00048 #define THIS_DETECTOR QDbDetector::DN_UNKNOWN
00049
00050 #endif