From 43510af3821593fd09578eb30a9648c49d3e8df3 Mon Sep 17 00:00:00 2001 From: kowal2 Date: Mon, 18 Feb 2002 09:26:09 +0000 Subject: [PATCH] Removed compiler warning --- TPC/AliTPC.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TPC/AliTPC.cxx b/TPC/AliTPC.cxx index fc0d9d3d136..5b4d0e2c6ed 100644 --- a/TPC/AliTPC.cxx +++ b/TPC/AliTPC.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.51 2002/01/21 17:13:21 kowal2 +New track hits using root containers. Setting active sectors added. + Revision 1.50 2001/12/06 14:16:19 kowal2 meaningfull printouts @@ -1487,8 +1490,8 @@ void AliTPC::Merge(TTree * intree, Int_t *mask, Int_t nin, Int_t outid) if (q> zerosup){ - if(q > fTPCParam->GetADCSat()) q = (Short_t)(fTPCParam->GetADCSat()); - digrow->SetDigitFast(q,rows,col); + if(q > fTPCParam->GetADCSat()) q = fTPCParam->GetADCSat(); + digrow->SetDigitFast((Short_t)q,rows,col); for (Int_t tr=0;tr<3;tr++){ if (trSetTrackIDFast(label[tr],rows,col,tr); -- 2.43.0