]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCClustersArray.cxx
Vertexing with tracks included (Andrea)
[u/mrichter/AliRoot.git] / TPC / AliTPCClustersArray.cxx
index e6a690b99f0f25c576c40c500c4c4524c45aaa36..e53db4c494003cf65661bf7f4c482bacbc43206f 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-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$ */
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
@@ -37,10 +24,9 @@ Clusters handling in a new data structure
 //                                                                           //
 //                                                                          //
 ///////////////////////////////////////////////////////////////////////////////
-#include "AliTPC.h"
 #include "AliTPCParam.h" 
 #include "AliSegmentArray.h" 
-#include "AliCluster.h"
+#include "AliComplexCluster.h"
 #include "AliClusters.h"
 #include "AliClustersArray.h" 
 #include "AliTPCClustersRow.h" 
@@ -48,6 +34,7 @@ Clusters handling in a new data structure
 #include "AliTPCClustersArray.h"
 #include "TClonesArray.h"
 #include "TDirectory.h"
+#include <TClass.h>
 
 
 
@@ -150,23 +137,6 @@ Bool_t AliTPCClustersArray::Update()
 }
 
 
-/*
-void AliTPCClustersArray::MakeTree()
-{
-  //  AliSegmentID  segment;
-  if (fClusterType==0) {
-    Error("AliTPCCLustersArray", "cluster type isn't adjusted");
-    return;
-  }
-  AliClusters * psegment = (AliClusters *)NewSegment();  
-  psegment->SetClass(fClusterType->GetName());  
-  psegment->SetArray(100);
-  if (fTree) delete fTree;
-  fTree = new TTree("Segment Tree","Tree with segments");
-  fBranch = fTree->Branch("Segment",psegment->IsA()->GetName(),&psegment,64000,1);
-  delete psegment;
-}              
-*/
 AliSegmentID * AliTPCClustersArray::NewSegment()
 {
   //