00001 #ifndef Global_h 00002 #define Global_h 1 00003 00004 #ifdef USE_GEAR 00005 #include "gear/GearMgr.h" 00006 #endif 00007 00008 00009 00010 namespace marlin{ 00011 00012 class StringParameters ; 00013 00020 class Global{ 00021 00022 public: 00023 00024 static StringParameters* parameters ; 00025 00026 00027 #ifdef USE_GEAR 00028 static gear::GearMgr* GEAR ; 00029 #endif 00030 00031 00032 }; 00033 00034 00035 } // end namespace marlin 00036 #endif