]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliSegmentation.h
Have some new set functions. Remove deconv=true setting from init.
[u/mrichter/AliRoot.git] / STEER / AliSegmentation.h
index 21fded5c84b42e79d0f54da081bc7b929d68b329..c89747c9d95c1629bb5d62c6c02357d00fda6d13 100644 (file)
@@ -93,10 +93,10 @@ public TObject {
     // Test points for auto calibration
     virtual void GiveTestPoints(Int_t &n, Float_t *x, Float_t *y) const                 = 0;
     // Draw the segmentation zones
-    virtual void Draw(const char *opt = "") const                                       = 0;
+    virtual void Draw(const char *opt = "") const                                        = 0;
     // Function for systematic corrections
     // Set the correction function
-    virtual void SetCorrFunc(Int_t  TF1*)                                               = 0;
+    virtual void SetCorrFunc(Int_t,  TF1*)                                               = 0;
     // Get the correction Function
     virtual TF1* CorrFunc(Int_t)  const                                                 = 0;