00001 // ===================================================================== 00002 // $Id: TReadoutSectionList.hh,v 1.1.1.1 2003/06/27 02:56:42 goiwai Exp $ 00003 // $Name: CLDAQ-1-06-00 $ 00004 // ===================================================================== 00005 #ifndef __TREADOUTSECTIONLIST_HH 00006 #define __TREADOUTSECTIONLIST_HH 00007 00008 #include "Ttypes.h" 00009 #include "TReadoutSection.hh" 00010 00011 class TReadoutSection; 00012 typedef Tvector<TReadoutSection> TReadoutSectionList; 00013 00014 #endif