From 1badeae59a3a3135645e9802a52a1d13b0841c92 Mon Sep 17 00:00:00 2001 From: morsch Date: Wed, 4 Oct 2000 15:35:22 +0000 Subject: [PATCH] Status quo. --- STEER/AliSegmentation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STEER/AliSegmentation.h b/STEER/AliSegmentation.h index 27400767400..c89747c9d95 100644 --- a/STEER/AliSegmentation.h +++ b/STEER/AliSegmentation.h @@ -79,7 +79,7 @@ public TObject { // y-coordinate virtual Int_t Iy() = 0; // current sector - virtual Int_t ISector() const = 0; + virtual Int_t ISector() = 0; // calculate sector from pad coordinates virtual Int_t Sector(Int_t ix, Int_t iy) = 0; // @@ -93,7 +93,7 @@ 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 = "") = 0; + virtual void Draw(const char *opt = "") const = 0; // Function for systematic corrections // Set the correction function virtual void SetCorrFunc(Int_t, TF1*) = 0; -- 2.43.0