]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix for loading the LUT for chambers 1 to 6. (Indra)
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Dec 2009 08:08:58 +0000 (08:08 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Dec 2009 08:08:58 +0000 (08:08 +0000)
HLT/MUON/OnlineAnalysis/AliHLTMUONHitReconstructorComponent.cxx

index cfb30f4116bfbd214f3c813d7b2ecde0d9c378e0..a6ec61784ccf4d93134f1e8229cd5ac2c45cc3ca 100644 (file)
@@ -1060,7 +1060,7 @@ int AliHLTMUONHitReconstructorComponent::ReadLutFromCDB()
        bool skippedPads = false;
        Int_t chamberId;
        
-       for(Int_t iCh = 6; iCh < 10; iCh++)
+       for(Int_t iCh = 0; iCh < 10; iCh++)
        {
                chamberId = iCh;