]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fixed tower addressing in bad channel maps
authorfronchet <fronchet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 13 Jul 2011 18:16:20 +0000 (18:16 +0000)
committerfronchet <fronchet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 13 Jul 2011 18:16:20 +0000 (18:16 +0000)
HLT/EMCAL/AliHLTEMCALDigitMakerComponent.cxx

index 6fd2021ac1851643e63ef98c2721bd9c6af1a27d..870c1c39bdc98e64e9068b0f48f0e01cce84772f 100644 (file)
@@ -164,7 +164,8 @@ AliHLTEMCALDigitMakerComponent::DoEvent(const AliHLTComponentEventData& evtData,
          
            for(Int_t x = 0; x < NXCOLUMNSMOD ; x++) // PTH  
              for(Int_t z = 0; z <  NZROWSMOD ; z++) // PTH
-               fDigitMakerPtr->SetBadChannel(x, z, fPedestalData->IsBadChannel(module, z+1, x+1));
+        // FR 
+               fDigitMakerPtr->SetBadChannel(x, z, fPedestalData->IsBadChannel(module, z, x));
            //delete fBadChannelMap;  
            fBCMInitialised = true;
          }