]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliClustersArray.cxx
- During reco from RAW, digits are no longer re-written.
[u/mrichter/AliRoot.git] / TPC / AliClustersArray.cxx
index b9629ff58f39b570f45a6893bc4d112b3b14d3a1..253834e4814283f5ac516ac8f680e786e713563a 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.3  2000/06/30 12:07:49  kowal2
-Updated from the TPC-PreRelease branch
-
-Revision 1.2.4.4  2000/06/26 07:39:42  kowal2
-Changes to obey the coding rules
-
-Revision 1.2.4.3  2000/06/25 08:38:41  kowal2
-Splitted from AliTPCtracking
-
-Revision 1.2.4.2  2000/06/14 16:45:13  kowal2
-Improved algorithms. Compiler warnings removed.
-
-Revision 1.2.4.1  2000/06/09 07:09:29  kowal2
-
-Clustering and tracking classes are splitted from the simulation ones
-
-Revision 1.2  2000/04/17 09:37:33  kowal2
-removed obsolete AliTPCDigitsDisplay.C
-
-Revision 1.1.4.2  2000/04/10 11:34:02  kowal2
-
-Clusters handling in a new data structure
-
-*/
+/* $Id$ */
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
@@ -71,9 +46,10 @@ AliClustersArray::AliClustersArray()
   //
   fParam = 0;
   fClusterType = 0;
+  fClFinder = 0;
 }
 
-Bool_t  AliClustersArray::SetClusterType(Text_t * classname) 
+Bool_t  AliClustersArray::SetClusterType(const char * classname) 
 {
   //
   //set type of Clusters
@@ -98,7 +74,7 @@ Bool_t  AliClustersArray::SetClusterType(Text_t * classname)
   return kTRUE;
 }
 
-Bool_t AliClustersArray::Setup(const AliDetectorParam *param)
+Bool_t AliClustersArray::Setup(const AliDetectorParam */*param*/)
 {
   //
   //make copy of param object
@@ -106,12 +82,12 @@ Bool_t AliClustersArray::Setup(const AliDetectorParam *param)
   return kTRUE;
 }
 
-Bool_t AliClustersArray::SetParam(AliDetectorParam * param)
+Bool_t AliClustersArray::SetParam(AliDetectorParam * /*param*/)
 {
   return kTRUE;
 }
 
-Bool_t AliClustersArray::SetFinder(AliClustersFinder * finder)
+Bool_t AliClustersArray::SetFinder(AliClustersFinder * /*finder*/)
 {
   return kTRUE;
 }