1 #ifndef StHbtCutMonitorCollection_hh
2 #define StHbtCutMonitorCollection_hh
7 #if !defined(ST_NO_NAMESPACES)
12 #ifdef ST_NO_TEMPLATE_DEF_ARGS
13 typedef vector<StHbtCutMonitor*, allocator<StHbtCutMonitor*> > StHbtCutMonitorCollection;
14 typedef vector<StHbtCutMonitor*, allocator<StHbtCutMonitor*> >::iterator StHbtCutMonitorIterator;
16 typedef vector<StHbtCutMonitor*> StHbtCutMonitorCollection;
17 typedef vector<StHbtCutMonitor*>::iterator StHbtCutMonitorIterator;