]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTriggerRawDigitMaker.cxx
hardcode jet patch size to shortcut OCDB read till upgraded
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTriggerRawDigitMaker.cxx
index 4aa4e7c00150b2b06a76d6c3c2b4ff4cc4909ced..916632b50ee9e5fa11f0aca413863449e65f6fe3 100644 (file)
@@ -471,9 +471,9 @@ void AliEMCALTriggerRawDigitMaker::PostProcess()
                        {
                                if (AliDebugLevel()) printf("| STU => Found L1 jet patch at (%2d , %2d)\n", x, y);
                                
-                               Int_t ix = sizeL1jsubr[0] * (11 - y - sizeL1jpatch[0] + 1);
+                               Int_t ix = sizeL1jsubr[0] * (11 - y - 4 + 1);
 
-                               Int_t iy = sizeL1jsubr[1] * (15 - x - sizeL1jpatch[1] + 1);
+                               Int_t iy = sizeL1jsubr[1] * (15 - x - 4 + 1);
                                
                                // FIXME: x = 0 || y = 0 (Olivier's CS) patches a lost?