00001 // ===================================================================== 00002 // $Id: TReadoutSectionList.hh,v 1.2 2003/07/30 16:20:11 goiwai Exp $ 00003 // $Name: CLDAQ-1-08-00 $ 00004 // 00005 // $Log: TReadoutSectionList.hh,v $ 00006 // Revision 1.2 2003/07/30 16:20:11 goiwai 00007 // ファイルにコミットログをつけることにしました. 00008 // 00009 // ===================================================================== 00010 #ifndef __TREADOUTSECTIONLIST_HH 00011 #define __TREADOUTSECTIONLIST_HH 00012 00013 #include "Ttypes.h" 00014 #include "TReadoutSection.hh" 00015 00016 class TReadoutSection; 00017 typedef Tvector<TReadoutSection> TReadoutSectionList; 00018 00019 #endif