21 #ifndef StHbtEventCutCollection_hh
22 #define StHbtEventCutCollection_hh
26 #if !defined(ST_NO_NAMESPACES)
31 #ifdef ST_NO_TEMPLATE_DEF_ARGS
32 typedef list<StHbtEventCut*, allocator<StHbtEventCut*> > StHbtEventCutCollection;
33 typedef list<StHbtEventCut*, allocator<StHbtEventCut*> >::iterator StHbtEventCutIterator;
35 typedef list<StHbtEventCut*> StHbtEventCutCollection;
36 typedef list<StHbtEventCut*>::iterator StHbtEventCutIterator;