]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackerQAChecker.cxx
Warning fix
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackerQAChecker.cxx
index d3c3fca72a30d1457265bfda60651fcb7eac269d..7ee19c03e9b81d3f1f66188c1165672dc466c9a7 100644 (file)
@@ -313,7 +313,7 @@ AliMUONTrackerQAChecker::BeautifyTrackerBusPatchOccupancy(TH1& hbp,
   while ( ( bp = static_cast<AliMpBusPatch*>(next())) )
   {
     Int_t bin = hbp.FindBin(bp->GetId());
-    Int_t n = hnpads.GetBinContent(bin);
+    Int_t n = TMath::Nint(hnpads.GetBinContent(bin));
     
     ++nBusPatches;