]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentationSlat.h
Added protected copy constructors and assignment operators. (I. Hrivnacova)
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationSlat.h
index ab60b4954b517078ed50acf63d2f62eb5720563d..a12dbe6c11cc56aff87ee24b4c7da4a1796d2317 100644 (file)
@@ -127,6 +127,8 @@ public AliSegmentation {
     // Get the correction Function
     virtual TF1* CorrFunc(Int_t) const {return NULL;}
  protected:
+    AliMUONSegmentationSlat(const AliMUONSegmentationSlat& rhs);
+    AliMUONSegmentationSlat& operator=(const AliMUONSegmentationSlat& rhs);
     
     virtual void GlobalToLocal(
        Float_t x, Float_t y, Float_t z,  Int_t &islat, Float_t &xlocal, Float_t &ylocal);