]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawCluster.h
Adding description of the tail effect.
[u/mrichter/AliRoot.git] / MUON / AliMUONRawCluster.h
index b3670ee1b957f52fcdb72945a4f5c377ec454f74..84ae5eee5a06f183f8f6c91b66dcffe1c2646b18 100644 (file)
@@ -29,7 +29,10 @@ public:
            /// Clear method (used by TClonesArray)
    virtual void Clear(Option_t* = "") {}
    
-          /// Set coordinates (cm)
+           /// Create a copy of the current cluster
+   virtual AliMUONRawCluster* Clone(const char* = "") const {return new AliMUONRawCluster(*this);}
+   
+           /// Set coordinates (cm)
   virtual void     SetXYZ(Double_t x, Double_t y, Double_t z) {fX[0] = x; fY[0] = y; fZ[0] = z;}
            /// Return coordinate X (cm)
   virtual Double_t GetX() const {return fX[0];}