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