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