]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpVPadRowSegment.cxx
Removing implementation of protected copy constructor &
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpVPadRowSegment.cxx
index 453629732bbaa5b80ecbeb3bf5fed818528a7410..0683801996ed68d29ed76a4051a490c4688895e0 100755 (executable)
@@ -58,39 +58,12 @@ AliMpVPadRowSegment::AliMpVPadRowSegment()
 /// Default contructor 
 }
 
-//_____________________________________________________________________________
-AliMpVPadRowSegment::AliMpVPadRowSegment(const AliMpVPadRowSegment& right) 
-  : TObject(right) 
-{
-/// Protected copy constructor (not provided) 
-
-  Fatal("AliMpVPadRowSegment", "Copy constructor not provided.");
-}
-
 //_____________________________________________________________________________
 AliMpVPadRowSegment::~AliMpVPadRowSegment() 
 {
 /// Destructor   
 }
 
-//
-// operators
-//
-
-//_____________________________________________________________________________
-AliMpVPadRowSegment& 
-AliMpVPadRowSegment::operator=(const AliMpVPadRowSegment& right)
-{
-/// Protected assignment operator (not provided)
-
-  // check assignment to self
-  if (this == &right) return *this;
-
-  Fatal("operator =", "Assignment operator not provided.");
-    
-  return *this;  
-}    
-
 //
 // public methods  
 //