From b8527a0e5d8188eee443f5350a2c17d0508610d3 Mon Sep 17 00:00:00 2001 From: hristov Date: Thu, 30 Oct 2003 07:56:00 +0000 Subject: [PATCH] Non-implemented member functions commented out --- RICH/AliRICHClusterFinder.h | 2 +- RICH/AliRICHRecon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RICH/AliRICHClusterFinder.h b/RICH/AliRICHClusterFinder.h index 0986146fa78..530174ccfa7 100644 --- a/RICH/AliRICHClusterFinder.h +++ b/RICH/AliRICHClusterFinder.h @@ -22,7 +22,7 @@ public: void FormRawCluster(Int_t i, Int_t j, AliRICHcluster &cluster); //form a raw cluster void FindLocalMaxima(AliRICHcluster &cluster); //Find local maxima in a cluster void ResolveCluster(AliRICHcluster &cluster); //Try to resolve a cluster with maxima > 2 - void CoG(); //Evaluate the CoG as the best + //PH void CoG(); //Evaluate the CoG as the best void WriteRawCluster(AliRICHcluster &cluster); //write in the list of the raw clusters protected: AliRICH *fRICH; //Pointer to RICH diff --git a/RICH/AliRICHRecon.h b/RICH/AliRICHRecon.h index 8709b3e34af..03132c51be2 100644 --- a/RICH/AliRICHRecon.h +++ b/RICH/AliRICHRecon.h @@ -29,7 +29,7 @@ public : AliRICH* Rich() {return fRich;} //main pointer to RICH void StartProcessEvent(); // void EndProcessEvent(); // - void InitRecon(); // + //PH void InitRecon(); // void PatRec(); // void Minimization(); // void FillHistograms(); // -- 2.43.0