]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
warning fixed
authorbasanta <basanta@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Oct 2008 12:30:15 +0000 (12:30 +0000)
committerbasanta <basanta@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Oct 2008 12:30:15 +0000 (12:30 +0000)
PMD/AliPMDClusterFinder.cxx

index a1cff399591d3804132f98b01e3870b7521aeaeb..a4ade2fff95868870e5ee15700362dfc3e649bdc 100644 (file)
@@ -339,7 +339,7 @@ void AliPMDClusterFinder::Digits2RecPoints(TTree *digitsTree,
          //Int_t trno   = pmddigit->GetTrackNumber();
          fCellADC[xpos][ypos] = (Double_t) adc;
 
-         totADCMod += adc;
+         totADCMod += (Int_t) adc;
 
        }