]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONStringIntMap.h
fix array access out of bound + add histo for #chamber hit
[u/mrichter/AliRoot.git] / MUON / AliMUONStringIntMap.h
index 1ae2c129637275df73ceeb5ea9e8c002c3594756..d63ddbee02a17f75753b888b16f1ff844c93ca7e 100644 (file)
@@ -3,7 +3,7 @@
 
 // $Id$
 
-/// \ingroup geometry
+/// \ingroup core
 /// \class AliMUONStringIntMap
 /// \brief Substitutes map <string, int> which ALICE does not allow to use 
 ///
@@ -16,6 +16,8 @@
 #include <TObjArray.h>
 #include <TArrayI.h>
 
+using std::ofstream;
+
 class AliMUONStringIntMap : public TObject
 {
   public: