]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
dsprawdatalength counter corrected
authorbasanta <basanta@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Jun 2008 08:26:55 +0000 (08:26 +0000)
committerbasanta <basanta@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Jun 2008 08:26:55 +0000 (08:26 +0000)
PMD/AliPMDDDLRawData.cxx

index 7b7e107f1a058653f27538fe08b2b16d29b94dd0..5dcce4d616c8ef659d73edf721b96580d8bf6870 100644 (file)
@@ -169,9 +169,8 @@ void AliPMDDDLRawData::WritePMDRawData(TTree *treeD)
              if (contentsBus[ij] > 0)
                {
                  dsp[i] += contentsBus[ij];
-                 dspBus[i]++;
                }
-             //ij++;
+             dspBus[i]++;
            }
          // Add the patch Bus header to the DSP contents
          dsp[i] += 4*dspBus[i];