]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentationV04.h
Adopt to const declaration of some of the methods in AliSegmentation.
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationV04.h
index bd026a8d1a967356b17c78a192c53188b9aaa5b3..45f1ebe0c0af5da8507665c9bd4a4fae3c055655 100644 (file)
@@ -19,7 +19,7 @@ public AliMUONSegmentationV01 {
     // Initialisation
     virtual void Init(Int_t chamber);
     // Test points for auto calibration
-    void GiveTestPoints(Int_t &n, Float_t *x, Float_t *y);
+    void GiveTestPoints(Int_t &n, Float_t *x, Float_t *y) const;
     ClassDef(AliMUONSegmentationV04,1) // Segmentation zones are rectangular modules
 };
        
@@ -31,3 +31,4 @@ public AliMUONSegmentationV01 {
 
 
 
+