]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONStringIntMap.h
Default chamber resolution constants moved from AliMUONVCluster into
[u/mrichter/AliRoot.git] / MUON / AliMUONStringIntMap.h
index 8b851c507773c85fb9b19b93f1f40aa963a69f76..6bc1142e7e8503e640472c87b250e98846c603fa 100644 (file)
@@ -7,7 +7,7 @@
 /// \class AliMUONStringIntMap
 /// \brief Substitutes map <string, int> which ALICE does not allow to use 
 ///
-/// Author: Ivana Hrivnacova, IPN Orsay
+/// \author Ivana Hrivnacova, IPN Orsay
 
 #ifndef ALI_MUON_STRING_INT_MAP_H
 #define ALI_MUON_STRING_INT_MAP_H
@@ -24,6 +24,9 @@ class AliMUONStringIntMap : public TObject
     
     // methods
     Bool_t  Add(const TString& first, Int_t second);
+    Bool_t  Set(const TString& first, Int_t second);
+    Int_t Contains(const TString& first) const;
+    
     Int_t   Get(const TString& first) const;
     Int_t   GetNofItems() const;
     virtual void Clear(Option_t* /*option*/ ="");
@@ -31,9 +34,9 @@ class AliMUONStringIntMap : public TObject
     void Print(const TString& key, ofstream& out) const;
     
   protected:
+    /// Not implemented
     AliMUONStringIntMap(const AliMUONStringIntMap& rhs);
-
-    // operators  
+    /// Not implemented
     AliMUONStringIntMap& operator = (const AliMUONStringIntMap& rhs);
  
   private: