]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added message for the log file
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Jun 2008 17:15:09 +0000 (17:15 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Jun 2008 17:15:09 +0000 (17:15 +0000)
ITS/AliITSClusterFinderV2SPD.cxx

index 7b839970ed53740887cf6ac38dd5bb386517fd42..7064dee06c4633b2fd560423be2565912550f6b7 100644 (file)
@@ -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);
 }