]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/AliHMPIDCalib.cxx
High value of mean and sigma in case of no entries in the pad sigma calculations
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDCalib.cxx
index dcee887327e2068d8d62e5198d5d32934eccd1ea..689841e342dec4ffaba68665aea54641e55eeb5c 100644 (file)
@@ -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;