]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Default match should be 2
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Nov 2002 10:53:38 +0000 (10:53 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Nov 2002 10:53:38 +0000 (10:53 +0000)
HLT/src/AliL3ClustFinderNew.cxx

index c8cfc3cbbcd1a2228572a1457340667a8fdcb111..fd6b4a2a019e364a1fa7fb9eac4cacd9ecde8a87 100644 (file)
@@ -30,7 +30,7 @@ ClassImp(AliL3ClustFinderNew)
 
 AliL3ClustFinderNew::AliL3ClustFinderNew()
 {
-  fMatch = 4;
+  fMatch = 2;
   fThreshold = 10;
   fXYErr = 0.2;
   fZErr = 0.3;
@@ -348,6 +348,7 @@ void AliL3ClustFinderNew::WriteClusters(Int_t n_clusters,ClusterData *list)
       fSpacePointData[counter].fTrackID[1] = trackID[1];
       fSpacePointData[counter].fTrackID[2] = trackID[2];
 #endif
+
       fNClusters++;
       counter++;
     }