22 #ifndef StHbtKinkCollection_hh
23 #define StHbtKinkCollection_hh
24 #include "StHbtMaker/Infrastructure/StHbtKink.hh"
27 #if !defined(ST_NO_NAMESPACES)
31 #ifdef ST_NO_TEMPLATE_DEF_ARGS
32 typedef list<StHbtKink*, allocator<StHbtKink*> > StHbtKinkCollection;
33 typedef list<StHbtKink*, allocator<StHbtKink*> >::iterator StHbtKinkIterator;
35 typedef list<StHbtKink*> StHbtKinkCollection;
36 typedef list<StHbtKink*>::iterator StHbtKinkIterator;