]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSegFactory.cxx
Removing implementation of protected copy constructor &
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSegFactory.cxx
index 4608f9c0d99689f72057eda9151b0ff26f772d04..25ad52d11c72731be90417261d2c0fbb911724bc 100644 (file)
@@ -60,15 +60,6 @@ AliMpSegFactory::AliMpSegFactory()
     fMpMap->SetOwner(true);
 }
 
-//______________________________________________________________________________
-AliMpSegFactory::AliMpSegFactory(const AliMpSegFactory& rhs)
- : TObject(rhs)
-{
-/// Protected copy constructor
-
-  AliFatal("Not implemented.");
-}
-
 //______________________________________________________________________________
 
 AliMpSegFactory::~AliMpSegFactory()
@@ -79,18 +70,6 @@ AliMpSegFactory::~AliMpSegFactory()
   AliDebug(1,"");
 }
 
-//______________________________________________________________________________
-AliMpSegFactory&  AliMpSegFactory::operator=(const AliMpSegFactory& rhs)
-{
-  // Protected assignement operator
-
-  if (this == &rhs) return *this;
-
-  AliFatal("Not implemented.");
-    
-  return *this;  
-}    
-          
 //
 // private methods
 //