From 00e44355a679b2cf957425efe61f840806307dec Mon Sep 17 00:00:00 2001 From: morsch Date: Wed, 4 Oct 2000 19:32:45 +0000 Subject: [PATCH] ISector() not declared const. --- MUON/AliMUONSegmentationV0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MUON/AliMUONSegmentationV0.h b/MUON/AliMUONSegmentationV0.h index 8937da2b3e7..9a2a2ae1bc1 100644 --- a/MUON/AliMUONSegmentationV0.h +++ b/MUON/AliMUONSegmentationV0.h @@ -90,7 +90,7 @@ dummy); // y-coordinate virtual Int_t Iy() {return fIy;} // current sector - virtual Int_t ISector() const {return 1;} + virtual Int_t ISector() {return 1;} // calculate sector from pad coordinates virtual Int_t Sector(Int_t ix, Int_t iy) {return 1;} // -- 2.43.5