]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Non-implemented member functions commented out
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Oct 2003 07:56:00 +0000 (07:56 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Oct 2003 07:56:00 +0000 (07:56 +0000)
RICH/AliRICHClusterFinder.h
RICH/AliRICHRecon.h

index 0986146fa786f54937c81365eecdbe57e4ddf722..530174ccfa7ce9396e970e5f9ee3f6ec0acd0445 100644 (file)
@@ -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
index 8709b3e34af8ec7a305077a9bff5a7645d1f76c8..03132c51be2acefac2dc42e65521fc3bb73cf01b 100644 (file)
@@ -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();                      //