]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSmodule.h
Fixed compiler warnings with regards to copy construtors and unused variabls
[u/mrichter/AliRoot.git] / ITS / AliITSmodule.h
index 74b76e3224429e7996606ba13f2b00c65fca6337..56171b9be09852a46e8d3d9b51ab00c58cba3536 100644 (file)
@@ -108,8 +108,8 @@ class AliITSmodule:public TObject{
     // through a volume.
     Bool_t MedianHitL(AliITShit *h1,AliITShit *h2,
                      Float_t &x,Float_t &y,Float_t &z);
-    void MedianHitL(Int_t index, AliITShit *itsHit1, AliITShit *itsHit2, 
-                    Float_t &xMl, Float_t &yMl, Float_t &zMl){};
+    void MedianHitL(Int_t,AliITShit *,AliITShit *,Float_t &,Float_t &,
+                   Float_t &){};
     Double_t PathLength(Int_t index, AliITShit *itsHit1, AliITShit *itsHit2);
     // returns both the track and hit index numbers for the given hit. Hits
     // are kept on file according to their track index and hit index numbers.