]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSMapA1.h
Small correction on distance between bellows.
[u/mrichter/AliRoot.git] / ITS / AliITSMapA1.h
index 7a8bcc4a476540362ab0014ed273ab6095e51ccc..159c129ec4e611c4473d0ff1d5f456f1c94fa942 100644 (file)
@@ -40,7 +40,7 @@ class AliITSMapA1 : public AliITSMap{
     // Delete a single hit
     virtual  void  DeleteHit(Int_t iz, Int_t ix);
     // Get index of hit in the list of digits
-    virtual Int_t  GetHitIndex(Int_t iz, Int_t ix);
+    virtual Int_t  GetHitIndex(Int_t iz, Int_t ix) const ;
     // Get pointer to digit
     virtual TObject* GetHit(Int_t iz, Int_t ix);
     // Flag a hit as used
@@ -56,7 +56,7 @@ class AliITSMapA1 : public AliITSMap{
 
  protected:
     // Check index
-    Int_t   CheckedIndex(Int_t iz, Int_t ix);
+    Int_t   CheckedIndex(Int_t iz, Int_t ix) const;
 
     // Data members
     AliITSsegmentation *fSegmentation;   // segmentation class