// ============================================================================ // $Id$ // $Name$ // ============================================================================ #ifndef __TDATASECTIONLIST_HH #define __TDATASECTIONLIST_HH #include "TDataSection.hh" #include "Tvector.hh" class TDataSection; typedef Tvector<TDataSection> TDataSectionList; #endif