]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUON.cxx
- Adapted comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUON.cxx
index 22b1cfb6d362154acc00420ce661808dcfc2c051..a5fbe28869a113dd25469fd78595bee076e36dec 100644 (file)
@@ -214,15 +214,6 @@ AliMUON::AliMUON(const char *name, const char *title,
     
 }
 
-//____________________________________________________________________
-AliMUON::AliMUON(const AliMUON& rMUON)
- : AliDetector(rMUON)
-{
-/// Protected copy constructor
-
-  AliFatal("Not implemented.");
-}
-
 //____________________________________________________________________
 AliMUON::~AliMUON()
 {
@@ -250,18 +241,6 @@ AliMUON::~AliMUON()
   delete fRawWriter;
 }
 
-//________________________________________________________________________
-AliMUON& AliMUON::operator = (const AliMUON& rhs)
-{
-/// Protected assignement operator
-
-  if (this == &rhs) return *this;
-
-  AliFatal("Not implemented.");
-    
-  return *this;  
-}
-
 //_____________________________________________________________________________
 void AliMUON::AddGeometryBuilder(AliMUONVGeometryBuilder* geomBuilder)
 {