00001 // ===================================================================== 00002 // $Id: TBox.hh,v 1.2 2003/07/30 16:18:26 goiwai Exp $ 00003 // $Name: CLDAQ-1-07-00 $ 00004 // 00005 // $Log: TBox.hh,v $ 00006 // Revision 1.2 2003/07/30 16:18:26 goiwai 00007 // ファイルにコミットログをつけることにしました. 00008 // 00009 // ===================================================================== 00010 #ifndef __TBOX_HH 00011 #define __TBOX_HH 00012 00013 #include "TSolid.hh" 00014 00015 class TBox 00016 : public TSolid 00017 { 00018 00019 public: 00020 TBox(); 00021 ~TBox(); 00022 00023 TBox( const TBox& right ); 00024 00025 }; 00026 00027 #endif