X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONSegmentationTrigger.h;h=790a3bc152e0863e3be7e44784f82850d5acf023;hb=ecfa008b01fe5050150264fa0daea14d8049e98e;hp=023c8e540d9fe120884eb0267c8e6f8757757497;hpb=9671cc24962a6c5b99ddf5b0c7cb62b08d6425d5;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONSegmentationTrigger.h b/MUON/AliMUONSegmentationTrigger.h index 023c8e540d9..790a3bc152e 100644 --- a/MUON/AliMUONSegmentationTrigger.h +++ b/MUON/AliMUONSegmentationTrigger.h @@ -38,13 +38,13 @@ public AliMUONSegmentationV0 { Float_t fZscale; // scaling factor (Zx/Z1, x=1,2,3,4) // 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 - Float_t fxhit; // x-position of hit - Float_t fyhit; // y-position of hit + Float_t fXhit; // x-position of hit + Float_t fYhit; // y-position of hit Int_t fSector;// Segmentation Sector };