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