00001 //==================================================================== 00002 // SystemBase.h 00003 //-------------------------------------------------------------------- 00004 // 00005 // Package : System (The LHCb System service) 00006 // 00007 // Description: Definition of Systems internals 00008 // 00009 // Author : M.Frank 00010 // Created : 13/11/00 00011 // Changes : 00012 //==================================================================== 00013 #ifndef GAUDI_SYSTEM_SYSTEMBASE_H 00014 #define GAUDI_SYSTEM_SYSTEMBASE_H 00015 00016 namespace System { 00018 enum InfoType { NoFetch, 00019 RemainTime, 00020 Times, 00021 ProcessBasics, 00022 PriorityBoost, 00023 Memory, 00024 Quota, 00025 System, 00026 Modules, 00027 IO }; 00028 } 00029 #endif // GAUDI_SYSTEM_SYSTEMBASE_H