]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RICH/AliRICHClusterFinder.cxx
Protection again hit in dead zone, new Sdigits -> Digits in AliRICHDigitizer
[u/mrichter/AliRoot.git] / RICH / AliRICHClusterFinder.cxx
index 823bea20e9d98391171e6aedb2d8179f749817a9..e694b93a687ffa8aaa0156df478777b8d1d2cfe1 100644 (file)
@@ -202,9 +202,10 @@ void AliRICHClusterFinder::ResolveCluster()
 void AliRICHClusterFinder::WriteRawCluster()
 {
 // out the current raw cluster
-//  Info("WriteRawCluster","Start.");
+  Info("WriteRawCluster","Start.");
   
   FindClusterContribs(&fRawCluster);
+  fRawCluster.Dump();
   Rich()->AddCluster(fRawCluster);
 //  fRawCluster.Print();
 }//WriteRawCluster()
@@ -212,7 +213,7 @@ void AliRICHClusterFinder::WriteRawCluster()
 void AliRICHClusterFinder::WriteResolvedCluster()
 {
 // out the current resolved cluster
-//  Info("WriteResolvedCluster","Start.");
+  Info("WriteResolvedCluster","Start.");
   
 //  FindClusterContribs(&fResolvedCluster);
   Rich()->AddCluster(fResolvedCluster);
@@ -304,10 +305,11 @@ void AliRICHClusterFinder::FitCoG()
     WriteResolvedCluster();
   }
 if(fNlocals==5)  Info("CoG","Stop.");
-}
+}//FitCoG()
 //__________________________________________________________________________________________________
 void RICHMinMathieson(Int_t &npar, Double_t *, Double_t &chi2, Double_t *par, Int_t )
-{// Minimization function of Mathieson
+{
+// Mathieson minimization function 
   
   AliRICHcluster *pRawCluster = ((AliRICHClusterFinder*)gMinuit->GetObjectFit())->GetRawCluster();