]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDseed.h
Coding rule violations
[u/mrichter/AliRoot.git] / TRD / AliTRDseed.h
index 88614569b7d3ae9c5379d5f2d3774a9984025b6b..f9af38049fd24e67a44b1814145a66c8908cab97 100644 (file)
@@ -24,9 +24,10 @@ 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  void     EvaluateUni(Int_t nvectors, Double_t *data, Double_t &mean, Double_t &sigma, Int_t hh);
   static  Float_t  FitRiemanTilt(AliTRDseed *seed, Bool_t error);
           void     UseClusters();
           void     Update();