00001 // ===================================================================== 00002 // $Id: TRunInformationList.hh,v 1.1.1.1 2003/06/27 02:56:42 goiwai Exp $ 00003 // $Name: CLDAQ-1-06-02 $ 00004 // ===================================================================== 00005 #ifndef __TRUNINFORMATIONLIST_HH 00006 #define __TRUNINFORMATIONLIST_HH 00007 00008 #include "TRunInformation.hh" 00009 00010 class TRunInformation; 00011 typedef Tvector<TRunInformation> TRunInformationList; 00012 00013 #endif