00001 // ===================================================================== 00021 // ===================================================================== 00022 #ifndef __TEVENTSTACK_HH 00023 #define __TEVENTSTACK_HH 00024 00025 #include "TEvent.hh" 00026 00027 00047 typedef Tvector<TEvent> TEventStack; 00048 00049 #endif