]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CRT/AliCRTv0.cxx
Removing inheritances from TAttLine, TAttMarker and AliRndm in AliModule. The copy...
[u/mrichter/AliRoot.git] / CRT / AliCRTv0.cxx
index 8408b10daa113112899da264cc239aac039a2626..b97173cc804c4d6441c3b6db30e258834dc0c3ee 100644 (file)
@@ -81,19 +81,9 @@ AliCRTv0::AliCRTv0(const char *name, const char *title)
     <img src="picts/AliCRTv0.gif">
   */
   //End_Html
-  SetMarkerColor(kRed);
-  SetMarkerStyle(kRed);
-  SetMarkerSize(0.4);
-}
-
-//_____________________________________________________________________________
-AliCRTv0::AliCRTv0(const AliCRTv0& crt)
-  : AliCRT(crt)
-{
-  //
-  // Copy constructor
-  //
-  crt.Copy(*this);
+  //PH  SetMarkerColor(kRed);
+  //PH  SetMarkerStyle(kRed);
+  //PH  SetMarkerSize(0.4);
 }
 
 //_____________________________________________________________________________
@@ -104,16 +94,6 @@ AliCRTv0::~AliCRTv0()
   //
 }
 
-//_____________________________________________________________________________
-AliCRTv0& AliCRTv0::operator=(const AliCRTv0& crt)
-{
-  //
-  // Asingment operator.
-  //
-  crt.Copy(*this);
-  return *this;
-}
-
 //_____________________________________________________________________________
 void AliCRTv0::BuildGeometry()
 {