00001 // ===================================================================== 00024 // ===================================================================== 00025 #ifndef CLDAQ__TBOX_HH 00026 #define CLDAQ__TBOX_HH 00027 00028 #include "TSolid.hh" 00029 00030 00050 class TBox 00051 : public TSolid 00052 { 00053 00054 public: 00055 TBox(); 00056 ~TBox(); 00057 00058 TBox( const TBox& right ); 00059 00060 }; 00061 00062 #endif