]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDclusterizerV1.cxx
Constant casted to avoid the ambiguity
[u/mrichter/AliRoot.git] / TRD / AliTRDclusterizerV1.cxx
index 4a0e43cf352e27e65f2e605464027ecea8851797..d05df732f8797f0b204280e85343d76f9a3ee4f6 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.11  2001/05/21 16:45:47  hristov
+Last minute changes (C.Blume)
+
 Revision 1.10  2001/05/07 08:06:44  cblume
 Speedup of the code. Create only AliTRDcluster
 
@@ -627,7 +630,7 @@ Float_t AliTRDclusterizerV1::Unfold(Float_t eps, Float_t* padSignal)
     newRightSignal[2] = ampRight * PadResponse( 1 - maxRight);
 
     // Calculate new overlapping ratio
-    ratio = TMath::Min(1.0,newLeftSignal[2] / 
+    ratio = TMath::Min((Float_t)1.0,newLeftSignal[2] / 
                           (newLeftSignal[2] + newRightSignal[0]));
 
   }