From: dibari Date: Fri, 15 Feb 2008 11:58:52 +0000 (+0000) Subject: High value of mean and sigma in case of no entries in the pad sigma calculations X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=9f99568d64061cba946db229ebbc2141b4aa3ce1;p=u%2Fmrichter%2FAliRoot.git High value of mean and sigma in case of no entries in the pad sigma calculations --- diff --git a/HMPID/AliHMPIDCalib.cxx b/HMPID/AliHMPIDCalib.cxx index dcee887327e..689841e342d 100644 --- a/HMPID/AliHMPIDCalib.cxx +++ b/HMPID/AliHMPIDCalib.cxx @@ -417,8 +417,8 @@ Bool_t AliHMPIDCalib::CalcPedestal(Int_t nDDL, Char_t* name, Int_t nEv) if(nEvPerPad < 1 ) { //if the pad is bad then we assign 100 for the sigma and 50 for the mean - mean = 50; - sigma = 100; + mean = 4000; + sigma = 1000; } else{ mean = fsq[nDDL][row][dil][pad]*1.0/nEvPerPad;