00001 // ===================================================================== 00002 // $Id: TRunInformationList.hh,v 1.2 2003/07/30 16:20:30 goiwai Exp $ 00003 // $Name: CLDAQ-1-08-02 $ 00004 // 00005 // $Log: TRunInformationList.hh,v $ 00006 // Revision 1.2 2003/07/30 16:20:30 goiwai 00007 // ファイルにコミットログをつけることにしました. 00008 // 00009 // ===================================================================== 00010 #ifndef __TRUNINFORMATIONLIST_HH 00011 #define __TRUNINFORMATIONLIST_HH 00012 00013 #include "TRunInformation.hh" 00014 00015 class TRunInformation; 00016 typedef Tvector<TRunInformation> TRunInformationList; 00017 00018 #endif