]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSlatZonePadIterator.cxx
Removing implementation of protected copy constructor &
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSlatZonePadIterator.cxx
index b7a6caa65b4e838d8c870e282540369d3dba9385..3c1d94b04efb379cac852d5c0142d9b53446e447 100644 (file)
@@ -65,15 +65,6 @@ fIsDone(kTRUE)
   Invalidate();
 }
 
-//______________________________________________________________________________
-AliMpSlatZonePadIterator::AliMpSlatZonePadIterator(const AliMpSlatZonePadIterator& right) 
-  : AliMpVPadIterator(right) 
-{  
-/// Protected copy constructor (not implemented)
-
-  AliFatal("Copy constructor not provided.");
-}
-
 //_____________________________________________________________________________
 AliMpSlatZonePadIterator::~AliMpSlatZonePadIterator()
 {
@@ -83,20 +74,6 @@ AliMpSlatZonePadIterator::~AliMpSlatZonePadIterator()
   delete fSlatSegmentation;
 }
 
-//______________________________________________________________________________
-AliMpSlatZonePadIterator& 
-AliMpSlatZonePadIterator::operator=(const AliMpSlatZonePadIterator& right)
-{
-/// Protected assignement operator (not implemented)
-
-  // check assignement to self
-  if (this == &right) return *this;
-
-  AliFatal("Assignement operator not provided.");
-    
-  return *this;  
-}    
-
 //_____________________________________________________________________________
 Bool_t
 AliMpSlatZonePadIterator::CropArea()