メインページ   モジュール   名前空間一覧   クラス階層   アルファベット順一覧   構成   ファイル一覧   構成メンバ   ファイルメンバ   関連ページ    

TBox.hh

解説を見る。
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

CLDAQ - a Class Library for Data AcQuisition (Version 1.13.0)
Go IWAI <goiwai@users.sourceforge.jp>