00001 // ===================================================================== 00021 // ===================================================================== 00022 #ifndef __TRUNINFORMATIONLIST_HH 00023 #define __TRUNINFORMATIONLIST_HH 00024 00025 #include "TRunInformation.hh" 00026 00027 class TRunInformation; 00028 00048 typedef Tvector<TRunInformation> TRunInformationList; 00049 00050 #endif