]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTest.cxx
Removing implementation of protected copy constructor &
[u/mrichter/AliRoot.git] / MUON / AliMUONTest.cxx
index 3d3e7fa7d11658e12579c03f27160940b6fa51ff..5a34907f2f995e68bd87a21e2c2b0a328a4200ef 100644 (file)
@@ -84,15 +84,6 @@ AliMUONTest::AliMUONTest()
 /// Default Constructor
 }
 
-//_____________________________________________________________________________
-AliMUONTest::AliMUONTest(const AliMUONTest& rhs)
- : TObject(rhs)
-{
-/// Protected copy constructor
-
-  AliFatal("Not implemented.");
-}
-
 //_____________________________________________________________________________
 AliMUONTest::~AliMUONTest()
 {
@@ -101,18 +92,6 @@ AliMUONTest::~AliMUONTest()
   delete fCanvas;
 }
 
-//_____________________________________________________________________________
-AliMUONTest& AliMUONTest::operator = (const AliMUONTest& rhs)
-{
-/// Protected assignement operator
-
-  if (this == &rhs) return *this;
-
-  AliFatal("Not implemented.");
-    
-  return *this;  
-}
-
 //
 // private methods
 //