]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEER/AliGRPPreprocessor.cxx
Merge branch 'master' into TPCdev
[u/mrichter/AliRoot.git] / STEER / STEER / AliGRPPreprocessor.cxx
index 36b7efd599a368ef89fbeac5b8b735223453808f..67669c0d61c7bd72d1ae054ef198a697f06b405d 100644 (file)
@@ -2768,6 +2768,7 @@ Float_t AliGRPPreprocessor::ProcessInt(const TObjArray* array)
                }
        }
 
+       AliDebug(2, Form("nentriesUsed = %d", nentriesUsed));
        AliInfo(Form("mean = %f ", aDCSArrayMean));
        return aDCSArrayMean;
 
@@ -2929,6 +2930,7 @@ Float_t AliGRPPreprocessor::ProcessUInt(const TObjArray* array)
                }
        }
 
+       AliDebug(2, Form("nentriesUsed = %d", nentriesUsed));
        AliInfo(Form("mean = %f ",aDCSArrayMean));
        return aDCSArrayMean;