]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentationTriggerY.h
Cleaning of the code :
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationTriggerY.h
index cec67b5417b4244be7fe3138b9489821cec40a22..020fc95957a4757d532113c296e9aad1216851fb 100644 (file)
@@ -68,10 +68,10 @@ public AliMUONSegmentationTrigger {
   float fYofysmax[126][16]; // y-max
 
 // Current pad during integration (cursor for disintegration)
-  Int_t fix;  // pad coord.  x 
-  Int_t fiy;  // pad coord.  y 
-  Float_t fx; // real coord. x
-  Float_t fy; // real ccord. y
+  Int_t fIx;  // pad coord.  x 
+  Int_t fIy;  // pad coord.  y 
+  Float_t fX; // real coord. x
+  Float_t fY; // real ccord. y
 
 };
 #endif