]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFPreprocessor.cxx
In AliMUONClusterInfo:
[u/mrichter/AliRoot.git] / TOF / AliTOFPreprocessor.cxx
index 780d08e206d746dfc0c8662e25bcecbe0ebc841c..877c595eba1f092cb1e38150d588db146a5c50e7 100644 (file)
@@ -816,7 +816,7 @@ UInt_t AliTOFPreprocessor::ProcessNoiseData()
                                                  nNoiseSource++;
                                                  // checking the matching window for current channel
                                                  if (fMatchingWindow[ibin] == 0){
-                                                         Log(Form("Matching window for channel %i null, but the channel has entries! skipping channel, BUT Please check!",ibin));
+                                                         Log(Form("Matching window for channel %i null, but the channel was read by the LDC! skipping channel, BUT Please check!",ibin));
                                                          if ((h1->GetBinContent(ibin+1))!=0) nMatchingWindowNullNonZero++;                                             
                                                          if ((h1->GetBinContent(ibin+1))==0) nMatchingWindowNullEqualZero++;                                           
                                                          continue;