]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPadStatusMaker.cxx
Possibility to vary the cos(PA) cut
[u/mrichter/AliRoot.git] / MUON / AliMUONPadStatusMaker.cxx
index 59d4c9fa61a1d9f0a8c1e5b7f7c43be7fe588134..f7ff3c77db8ed7ee1ba2cea552e88583f6d16920 100644 (file)
@@ -766,7 +766,7 @@ AliMUONPadStatusMaker::Report(UInt_t mask)
   Int_t ntimes;
   
   cout << Form("According to mask %x (human readable form below) %6d pads are bad (over a total of %6d, i.e. %7.2f %%)",
-               mask,nBadPads,nPads,nPads ? nBadPads*100.0/nPads : 0.0) << endl;
+               mask,nBadPads,nPads,nBadPads*100.0/nPads) << endl;
   cout << AliMUONPadStatusMaker::AsCondition(mask) << endl;
   cout << "--------" << endl;