]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDseed.h
BlockFilter component added; minor corrections
[u/mrichter/AliRoot.git] / TRD / AliTRDseed.h
index 780838f8ab192f0411ac0f0db93445d7a8c7e894..f9af38049fd24e67a44b1814145a66c8908cab97 100644 (file)
@@ -24,7 +24,9 @@ class AliTRDseed : public TObject {
   AliTRDseed(const AliTRDseed &s);
   ~AliTRDseed() {};                 
 
-  AliTRDseed      &operator=(const AliTRDseed &/*s*/)       { return *this;          } 
+  AliTRDseed      &operator=(const AliTRDseed &s)           { *(new(this) AliTRDseed(s)); 
+                                                              return *this;          }
+
 
   static  Float_t  FitRiemanTilt(AliTRDseed *seed, Bool_t error);
           void     UseClusters();