]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDchamberTimeBin.cxx
make definiton of number of clusters robust
[u/mrichter/AliRoot.git] / TRD / AliTRDchamberTimeBin.cxx
index 88f292df114da878dbf6c242eb242f0d318aa6f3..0c3f2f522c82feb64c5b48643d321187001af3ec 100644 (file)
@@ -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){
-        AliInfo("Buffer size riched. Some clusters may be lost.");
+        AliDebug(1, Form("Buffer size [%d] riched. Some clusters may be lost.", BufferSize));
         return;        //Buffer filled
       }