From 9ba575f785350c024f971d7654f35d604f87b583 Mon Sep 17 00:00:00 2001 From: masera Date: Wed, 25 Jun 2008 17:15:09 +0000 Subject: [PATCH] Added message for the log file --- ITS/AliITSClusterFinderV2SPD.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ITS/AliITSClusterFinderV2SPD.cxx b/ITS/AliITSClusterFinderV2SPD.cxx index 7b839970ed5..7064dee06c4 100644 --- a/ITS/AliITSClusterFinderV2SPD.cxx +++ b/ITS/AliITSClusterFinderV2SPD.cxx @@ -294,7 +294,8 @@ void AliITSClusterFinderV2SPD::FindClustersSPD(AliITSRawStream* input, delete [] binsSPDInit; delete [] binsSPD; - AliDebug(1,Form("found clusters in ITS SPD: %d", nClustersSPD)); + // AliDebug(1,Form("found clusters in ITS SPD: %d", nClustersSPD)); + Info("FindClustersSPD", "found clusters in ITS SPD: %d", nClustersSPD); } @@ -325,7 +326,8 @@ void AliITSClusterFinderV2SPD::FindClustersSPD(TClonesArray *digits) { Int_t nClustersSPD = ClustersSPD(bins,digits,0,kMAXBIN,kNzBins,fModule,kFALSE); delete [] bins; - AliDebug(1,Form("found clusters in ITS SPD: %d", nClustersSPD)); + // AliDebug(1,Form("found clusters in ITS SPD: %d", nClustersSPD)); + Info("FindClustersSPD", "found clusters in ITS SPD: %d", nClustersSPD); } -- 2.43.5