21 #ifndef StHbtPairCutCollection_hh
22 #define StHbtPairCutCollection_hh
26 #if !defined(ST_NO_NAMESPACES)
31 #ifdef ST_NO_TEMPLATE_DEF_ARGS
32 typedef list<StHbtPairCut*, allocator<StHbtPairCut*> > StHbtPairCutCollection;
33 typedef list<StHbtPairCut*, allocator<StHbtPairCut*> >::iterator StHbtPairCutIterator;
35 typedef list<StHbtPairCut*> StHbtPairCutCollection;
36 typedef list<StHbtPairCut*>::iterator StHbtPairCutIterator;