]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONMathieson.h
adding helper component for the automatic generation of compressed TPC cluster data...
[u/mrichter/AliRoot.git] / MUON / AliMUONMathieson.h
index c5809166835afc2978e8cc30838cb6d193fb4f70..b3f463cf51502881b277c08face08280a31e7ca9 100644 (file)
@@ -14,8 +14,6 @@
 #  include "TObject.h"
 #endif
 
-class AliMUONGeometrySegmentation;
-
 class AliMUONMathieson : public TObject
 {
  public:
@@ -54,9 +52,6 @@ class AliMUONMathieson : public TObject
     /// Mathieson \a Ky4
     void    SetKy4(Float_t p1) {fKy4 = p1;};
     
-    /// \deprecated To be removed when old (s)digitizers go off.
-    Float_t  IntXY(Int_t id, AliMUONGeometrySegmentation* segmentation) const;
-    
     /// Charge integration on region \a (x1,y1,x2,y2).
     Float_t IntXY(Float_t xi1, Float_t yi1, Float_t xi2, Float_t yi2) const;