From 7529e782256a6a4581b1cedb7b22d84a409e744f Mon Sep 17 00:00:00 2001 From: arcelli Date: Mon, 30 Apr 2007 19:01:20 +0000 Subject: [PATCH] remove a residual Float_t conversion --- TOF/AliTOFSDigit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOF/AliTOFSDigit.cxx b/TOF/AliTOFSDigit.cxx index f9c4776b99c..aaf2f181d2c 100644 --- a/TOF/AliTOFSDigit.cxx +++ b/TOF/AliTOFSDigit.cxx @@ -196,7 +196,7 @@ void AliTOFSDigit::Update(Float_t tdcbin, Int_t tdc, Int_t adc, Int_t track) } if (sameTime >= 0) { - (*fAdc)[sameTime] += static_cast(adc); + (*fAdc)[sameTime] += adc; // update track - find the first -1 value and replace it by the // track number for (Int_t iTrack=0; iTrack