]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDrechit.h
implementation of effc++
[u/mrichter/AliRoot.git] / PMD / AliPMDrechit.h
index 6843b2515fdab7bdca7b94794843c046a45155c9..266b8f6be544de4814fba447f23816a74feb4b34 100644 (file)
@@ -9,7 +9,8 @@
 //  Store cellhits associated to a cluster             //
 //                                                     //
 //-----------------------------------------------------//
-
+// Author - B.K. Nandi
+//
 #include "TObject.h"
 class TClonesArray;
 
@@ -18,7 +19,7 @@ class AliPMDrechit : public TObject
  public:
   AliPMDrechit();
   AliPMDrechit(Int_t cellx, Int_t celly);
-  AliPMDrechit(AliPMDrechit *pmdrechit) {*this = *pmdrechit;}
+  AliPMDrechit(AliPMDrechit *pmdrechit);
   AliPMDrechit (const AliPMDrechit &alipmdrechit);  // copy constructor
   AliPMDrechit &operator=(const AliPMDrechit &alipmdrechit); // assignment op
 
@@ -31,7 +32,7 @@ class AliPMDrechit : public TObject
   Int_t   fXcell;         // x-position of the cell
   Int_t   fYcell;         // y-position of the cell
   
-  ClassDef(AliPMDrechit,1) // To keep cell hit information
+  ClassDef(AliPMDrechit,2) // To keep cell hit information
 };
 
 #endif