// ============================================================================ // $Id$ // $Name$ // ============================================================================ #ifndef __TREADOUTSECTIONLIST_HH #define __TREADOUTSECTIONLIST_HH #include "TReadoutSection.hh" #include "Tvector.hh" class TReadoutSection; typedef Tvector<TReadoutSection> TReadoutSectionList; #endif