]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDchamberTimeBin.cxx
All FMD corrections are now divided into the analysis + adding new corrections
[u/mrichter/AliRoot.git] / TRD / AliTRDchamberTimeBin.cxx
index cdf92d677970c8d6368c736808a9025cc3214fc9..3c7948092a6b31c95c53d3b6f5300343e9eee9d0 100644 (file)
@@ -250,7 +250,7 @@ void AliTRDchamberTimeBin::BuildIndices(Int_t iter)
       fIndex[i] = 0xffff;
     } else nClStack++;
   }
-  if(nClStack > kMaxClustersLayer) AliWarning(Form("Number of clusters in stack %d exceed buffer size %d. Truncating.", nClStack, kMaxClustersLayer));
+  if(nClStack > kMaxClustersLayer) AliInfo(Form("Number of clusters in stack %d exceed buffer size %d. Truncating.", nClStack, kMaxClustersLayer));
     
   // Nothing in this time bin. Reset indexes 
   if(!nClStack){
@@ -599,7 +599,7 @@ void AliTRDchamberTimeBin::GetClusters(const Double_t * const cond, Int_t *index
     //AliInfo(Form("z[%d] y [%d %d]", z, fPositions[z], upper));
     for(Int_t y = fPositions[z]; y < (Int_t)upper; y++){
       if(ncl == BufferSize){
-        AliWarning("Buffer size riched. Some clusters may be lost.");
+        AliInfo("Buffer size riched. Some clusters may be lost.");
         return;        //Buffer filled
       }