From 14c689bf24ddc88ca3d8c1cd0a7f2ad115d78015 Mon Sep 17 00:00:00 2001 From: amastros Date: Tue, 2 Sep 2008 09:34:59 +0000 Subject: [PATCH] AliFatal -> AliError --- HMPID/AliHMPIDCalib.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/HMPID/AliHMPIDCalib.cxx b/HMPID/AliHMPIDCalib.cxx index 139f95ad39d..95c1f88e3b9 100644 --- a/HMPID/AliHMPIDCalib.cxx +++ b/HMPID/AliHMPIDCalib.cxx @@ -295,8 +295,10 @@ void AliHMPIDCalib::FillPedestal(Int_t abspad,Int_t q) //Arguments: absolute pad number as from AliHMPIDParam and q-charge //Returns: none // - if(q<0) AliFatal("Negative charge is read!!!!!!"); - + if(q<0) { + AliError("Negative charge is read!!!!!!"); + return; + } UInt_t w32; Int_t nDDL=0, row=0, dil=0, adr=0; //The decoding (abs. pad -> ddl,dil,...) is the same as in AliHMPIDDigit::Raw -- 2.43.0