00001 // ===================================================================== 00002 // $Id: TBox.hh,v 1.1.1.1 2003/06/27 02:56:41 goiwai Exp $ 00003 // $Name: CLDAQ-1-06-02 $ 00004 // ===================================================================== 00005 #ifndef __TBOX_HH 00006 #define __TBOX_HH 00007 00008 #include "TSolid.hh" 00009 00010 class TBox 00011 : public TSolid 00012 { 00013 00014 public: 00015 TBox(); 00016 ~TBox(); 00017 00018 TBox( const TBox& right ); 00019 00020 }; 00021 00022 #endif