]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSt1Types.h
Add class description
[u/mrichter/AliRoot.git] / MUON / AliMUONSt1Types.h
index 36b6feafaad4a3451b8c7982b09aee1ac792a34a..ee38338f37b63ff1442fe8a16a1b4ab1fec6bad9 100644 (file)
@@ -17,6 +17,7 @@
 #include <vector>
 #include <fstream>
 
+#include "AliMUONSt1Containers.h"
 #include "AliMUONSt1SpecialMotif.h"
 
 class TString;
@@ -39,4 +40,22 @@ class AliMUONSt1ResponseParameter;
   typedef std::map<std::string,TList*> TListMap;
 #endif
 
+#ifdef ST1_WITH_STL
+  #include <map>
+  #ifdef __HP_aCC
+    using std::map;
+  #endif
+#endif
+
+#ifdef ST1_WITH_ROOT
+  #include "TExMap.h"
+#endif
+
+#ifdef ST1_WITH_STL
+    typedef map<Int_t , AliMUONSt1SpecialMotif> SpecialMap;
+#endif
+#ifdef ST1_WITH_ROOT
+    typedef  TExMap  SpecialMap;
+#endif
+
 #endif //ALI_MUON_ST1_TYPES_H