]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONStringIntMap.cxx
Optional geometry without CPV
[u/mrichter/AliRoot.git] / MUON / AliMUONStringIntMap.cxx
index 24ac2e7c9b6049dd86b64b0886b1beefff289adb..f4d82105b2ba982407b58df01286bf27525a1d4f 100644 (file)
@@ -28,7 +28,9 @@
 #include "AliMUONStringIntMap.h"
 #include "AliLog.h"
 
+/// \cond CLASSIMP
 ClassImp(AliMUONStringIntMap)
+/// \endcond
 
 //______________________________________________________________________________
 AliMUONStringIntMap::AliMUONStringIntMap()
@@ -42,15 +44,6 @@ AliMUONStringIntMap::AliMUONStringIntMap()
   fFirstArray.SetOwner(true);
 }
 
-//______________________________________________________________________________
-AliMUONStringIntMap::AliMUONStringIntMap(const AliMUONStringIntMap& rhs)
-  : TObject(rhs)
-{
-/// Protected copy constructor
-
-  AliFatal("Copy constructor is not implemented.");
-}
-
 //______________________________________________________________________________
 AliMUONStringIntMap::~AliMUONStringIntMap()
 {
@@ -59,21 +52,6 @@ AliMUONStringIntMap::~AliMUONStringIntMap()
   fFirstArray.Delete();
 }
 
-//______________________________________________________________________________
-AliMUONStringIntMap& 
-AliMUONStringIntMap::operator = (const AliMUONStringIntMap& rhs) 
-{
-/// Protected assignement operator
-
-  // check assignement to self
-  if (this == &rhs) return *this;
-
-  AliFatal("Assignment operator is not implemented.");
-    
-  return *this;  
-}
-
-
 //
 // public methods
 //
@@ -149,7 +127,7 @@ void AliMUONStringIntMap::Print(const char* /*option*/) const
 //______________________________________________________________________________
 void AliMUONStringIntMap::Print(const TString& key, ofstream& out) const
 {
-// Prints the map elements
+/// Print the map elements preceded by a key word
 
   for (Int_t i=0; i<fNofItems; i++) {
     out  << key << "  "