]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpDEManager.cxx
Removing implementation of protected copy constructor &
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpDEManager.cxx
index ce802c9d5028df867feba33785d5cda01af93c9e..008ac83f003f274790ae571b663a2e3adb193123 100644 (file)
@@ -45,22 +45,6 @@ const Int_t AliMpDEManager::fgkCoefficient = 100;
 AliMpExMap  AliMpDEManager::fgDENamesMap(true);
 AliMpExMap  AliMpDEManager::fgDECathBNBMap(true);
 
-//______________________________________________________________________________
-AliMpDEManager::AliMpDEManager()
-    : TObject()
-{  
-/// Protected default/standard constructor
-}
-
-//______________________________________________________________________________
-AliMpDEManager::AliMpDEManager(const AliMpDEManager& rhs)
- : TObject(rhs)
-{
-/// Protected copy constructor
-
-  AliFatal("Not implemented.");
-}
-
 //______________________________________________________________________________
 
 AliMpDEManager::~AliMpDEManager()
@@ -68,18 +52,6 @@ AliMpDEManager::~AliMpDEManager()
 /// Destructor
 }
 
-//______________________________________________________________________________
-AliMpDEManager&  AliMpDEManager::operator=(const AliMpDEManager& rhs)
-{
-/// Protected assignement operator
-
-  if (this == &rhs) return *this;
-
-  AliFatal("Not implemented.");
-    
-  return *this;  
-}    
-          
 //
 // static private methods
 //