23 #ifndef StHbtParticleCollection_hh
24 #define StHbtParticleCollection_hh
25 #include "StHbtMaker/Infrastructure/StHbtParticle.hh"
28 #if !defined(ST_NO_NAMESPACES)
32 #ifdef ST_NO_TEMPLATE_DEF_ARGS
33 typedef list<StHbtParticle*, allocator<StHbtParticle*> > StHbtParticleCollection;
34 typedef list<StHbtParticle*, allocator<StHbtParticle*> >::iterator StHbtParticleIterator;
36 typedef list<StHbtParticle*> StHbtParticleCollection;
37 typedef list<StHbtParticle*>::iterator StHbtParticleIterator;