StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StHbtCutMonitorCollection.hh
1 #ifndef StHbtCutMonitorCollection_hh
2 #define StHbtCutMonitorCollection_hh
3 
4 
5 //#include <list>
6 #include <vector>
7 #if !defined(ST_NO_NAMESPACES)
8 using std::vector;
9 #endif
10 class StHbtCutMonitor;
11 
12 #ifdef ST_NO_TEMPLATE_DEF_ARGS
13 typedef vector<StHbtCutMonitor*, allocator<StHbtCutMonitor*> > StHbtCutMonitorCollection;
14 typedef vector<StHbtCutMonitor*, allocator<StHbtCutMonitor*> >::iterator StHbtCutMonitorIterator;
15 #else
16 typedef vector<StHbtCutMonitor*> StHbtCutMonitorCollection;
17 typedef vector<StHbtCutMonitor*>::iterator StHbtCutMonitorIterator;
18 #endif
19 
20 #endif