]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Warning fix
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Nov 2009 14:23:13 +0000 (14:23 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Nov 2009 14:23:13 +0000 (14:23 +0000)
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;