00001 #ifndef _ots_DetectorDataBase_h
00002 #define _ots_DetectorDataBase_h
00003
00004 namespace ots
00005 {
00006
00007 class DetectorDataBase
00008 {
00009 public:
00010 DetectorDataBase(void){;}
00011 virtual ~DetectorDataBase(void){;}
00012
00013 protected:
00014
00015 };
00016
00017 }
00018
00019 #endif