00001 // ===================================================================== 00028 // ===================================================================== 00029 #ifndef CLDAQ__TREADOUTINDEX_HH 00030 #define CLDAQ__TREADOUTINDEX_HH 00031 00032 #include "Tglobals.h" 00033 #include "TReadoutSpecified.hh" 00034 00035 class TReadoutList; 00036 00037 00057 class TReadoutIndex 00058 : public Tvector<TReadoutSpecified> 00059 { 00060 00061 public: 00062 TReadoutIndex(); 00063 ~TReadoutIndex(); 00064 00065 public: 00066 TReadoutList* FindReadoutList( const Tstring& id ) const; 00067 Tvoid AddReadoutList( const Tstring& id, TReadoutList* readoutlist ); 00068 Tvoid RemoveReadoutList( Tint index ); 00069 Tint GetSize() const; 00070 Tvoid Clear(); 00071 00072 #ifdef __CLDAQ_ROOT_DLL 00073 ClassDef(TReadoutIndex,0) 00074 #endif 00075 00076 }; 00077 00078 #endif