00001 // ===================================================================== 00024 // ===================================================================== 00025 #ifndef CLDAQ__TREADOUTSECTIONLIST_HH 00026 #define CLDAQ__TREADOUTSECTIONLIST_HH 00027 00028 #include "Ttypes.h" 00029 #include "TReadoutSection.hh" 00030 00031 class TReadoutSection; 00032 00052 typedef Tvector<TReadoutSection> TReadoutSectionList; 00053 00054 #endif