]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpRow.cxx
Introduced new DE names unique to each det element;
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpRow.cxx
index 8711dfe2486f420b7d217efe4ff980290ca30e55..8848d4ddc5bb34e6e908a5cafa1b5d59f5e84c91 100755 (executable)
@@ -14,7 +14,7 @@
  **************************************************************************/
 
 // $Id$
-// $MpId: AliMpRow.cxx,v 1.8 2006/03/17 11:38:43 ivana Exp $
+// $MpId: AliMpRow.cxx,v 1.9 2006/05/24 13:58:46 ivana Exp $
 // Category: sector
 //
 // Class AliMpRow
@@ -36,7 +36,9 @@
 #include <TMath.h>
 #include <Riostream.h>
 
+/// \cond CLASSIMP
 ClassImp(AliMpRow)
+/// \endcond
 
 //_____________________________________________________________________________
 AliMpRow::AliMpRow(Int_t id, AliMpMotifMap* motifMap) 
@@ -60,15 +62,6 @@ AliMpRow::AliMpRow()
 /// Default constructor
 }
 
-//_____________________________________________________________________________
-AliMpRow::AliMpRow(const AliMpRow& right) 
-  : AliMpVIndexed(right) 
-{
-/// Protected copy constructor (not provided) 
-
-  Fatal("AliMpRow", "Copy constructor not provided.");
-}
-
 //_____________________________________________________________________________
 AliMpRow::~AliMpRow() 
 {
@@ -84,23 +77,6 @@ AliMpRow::~AliMpRow()
 #endif
 }
 
-//
-// operators
-//
-
-//_____________________________________________________________________________
-AliMpRow&  AliMpRow::operator=(const AliMpRow& right)
-{
-/// Protected assignment operator (not provided)
-
-  // check assignment to self
-  if (this == &right) return *this;
-
-  Fatal("operator =", "Assignment operator not provided.");
-    
-  return *this;  
-}    
-
 //
 // private methods
 //