]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentationTriggerX.cxx
Removing warnings ...
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationTriggerX.cxx
index 390d7c9ff228caa5dae7b8e799b873121e8c1fd8..b5973b85b4b4ec2df9cc226b5683dfcab2fb49aa 100644 (file)
@@ -211,15 +211,26 @@ Float_t AliMUONSegmentationTriggerX::Dpy(Int_t isec) const
   }   
 }
 
+//------------------------------------------------------------------   
+void AliMUONSegmentationTriggerX::GetPadI(Float_t x, Float_t y, Float_t /*z*/, Int_t &ix, Int_t &iy) 
+{
+  GetPadI(x, y, ix, iy);
+}
+
 //------------------------------------------------------------------   
 void AliMUONSegmentationTriggerX::SetHit(Float_t xhit, Float_t yhit)
 { 
 // set hit during disIntegration
 AliMUONSegmentationTrigger::SetHit(xhit,yhit);
 }
+//------------------------------------------------------------------   
+void AliMUONSegmentationTriggerX::SetHit(Float_t xhit, Float_t yhit, Float_t /*zhit*/)
+{
+  SetHit(xhit, yhit);
+}
 
 //------------------------------------------------------------------   
-Int_t AliMUONSegmentationTriggerX::Sector(Int_t ix, Int_t iy
+Int_t AliMUONSegmentationTriggerX::Sector(Int_t ix, Int_t /*iy*/
 {
 // Returns sector number for given module
 //