]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDseed.h
Implementation the function AliTRDPreprocessor::ProcessDCS()
[u/mrichter/AliRoot.git] / TRD / AliTRDseed.h
index 6ec31fa0f8519ed2e382ae4c245273a9b68ab070..f9af38049fd24e67a44b1814145a66c8908cab97 100644 (file)
@@ -24,7 +24,9 @@ class AliTRDseed : public TObject {
   AliTRDseed(const AliTRDseed &s);
   ~AliTRDseed() {};                 
 
-  AliTRDseed      &operator=(const AliTRDseed &s)           { return * (new (this) AliTRDseed(s)); } 
+  AliTRDseed      &operator=(const AliTRDseed &s)           { *(new(this) AliTRDseed(s)); 
+                                                              return *this;          }
+
 
   static  Float_t  FitRiemanTilt(AliTRDseed *seed, Bool_t error);
           void     UseClusters();