]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponseV0.cxx
Removing warning
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseV0.cxx
index 7fe479cc2cea6245b6c53eb08c2ceed9a0a9c2b6..4abf2a271d5a5c40ca9087b3cb9246606c8ec35a 100644 (file)
@@ -101,7 +101,7 @@ Int_t  AliMUONResponseV0::DigitResponse(Int_t digit, AliMUONTransientDigit* /*wh
     Float_t meanNoise = gRandom->Gaus(1., 0.2);
     Float_t noise     = gRandom->Gaus(0., meanNoise);
     digit+=(Int_t)noise; 
-    if ( digit <= ZeroSuppression()) digit = 0.;
+    if ( digit <= ZeroSuppression()) digit = 0;
     // if ( digit >  MaxAdc())          digit=MaxAdc();
     if ( digit >  Saturation())          digit=Saturation();