00001 // ===================================================================== 00028 // ===================================================================== 00029 #ifndef CLDAQ__TSOLID_HH 00030 #define CLDAQ__TSOLID_HH 00031 00032 #include "Tglobals.h" 00033 00034 00054 class TSolid 00055 { 00056 00057 protected: 00058 Tstring theName; 00059 00060 public: 00061 TSolid(); 00062 ~TSolid(); 00063 00064 TSolid( const TSolid& right ); 00065 00066 #ifdef __CLDAQ_ROOT_DLL 00067 ClassDef(TSolid,0) 00068 #endif 00069 00070 }; 00071 00072 #endif