]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpTriggerSegmentation.cxx
Removing implementation of protected copy constructor &
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpTriggerSegmentation.cxx
index b2eb4ae8380714b1040b1139bf8d94483ca4000f..4364c3bc3d2bf0adfef4a860cf121b4ab7977fa4 100644 (file)
@@ -82,17 +82,6 @@ AliMpTriggerSegmentation::AliMpTriggerSegmentation(const AliMpTrigger* slat)
   }
 }
 
-//______________________________________________________________________________
-AliMpTriggerSegmentation::AliMpTriggerSegmentation(const AliMpTriggerSegmentation& right) 
-    : AliMpVSegmentation(right),
-      fkSlat(right.fkSlat),
-      fNofStrips(right.fNofStrips)
-{  
-/// Protected copy constructor (not implemented)
-
-  AliFatal("Copy constructor not provided.");
-}
-
 //_____________________________________________________________________________
 AliMpTriggerSegmentation::~AliMpTriggerSegmentation()
 {
@@ -102,20 +91,6 @@ AliMpTriggerSegmentation::~AliMpTriggerSegmentation()
   AliDebug(1,Form("this=%p",this));                    
 }
 
-//______________________________________________________________________________
-AliMpTriggerSegmentation& 
-AliMpTriggerSegmentation::operator=(const AliMpTriggerSegmentation& right)
-{
-/// Protected assignement operator (not implemented)
-
-  // check assignement to self
-  if (this == &right) return *this;
-
-  AliFatal("Assignement operator not provided.");
-    
-  return *this;  
-}    
-
 //_____________________________________________________________________________
 AliMpVPadIterator*
 AliMpTriggerSegmentation::CreateIterator(const AliMpArea&) const