]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawClusterV2.h
Main changes:
[u/mrichter/AliRoot.git] / MUON / AliMUONRawClusterV2.h
index 04e99e8af5c4131b3f3270ee63ae5b1707e701b5..b8e9ff6298e521c159712229bccc33585cf9b344 100644 (file)
@@ -27,7 +27,10 @@ class AliMUONRawClusterV2 : public AliMUONVCluster {
   
   virtual void Clear(Option_t* = "");
   
-          /// Set coordinates (cm)
+          /// Create a copy of the current cluster
+  virtual AliMUONRawClusterV2* CreateCopy() const {return new AliMUONRawClusterV2(*this);}
+  
+           /// Set coordinates (cm)
   virtual void     SetXYZ(Double_t x, Double_t y, Double_t z) {fX = x; fY = y; fZ = z;}
           /// Return coordinate X (cm)
   virtual Double_t GetX() const {return fX;}