]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/src/AliL3ClustFinderNew.cxx
Default match should be 2
[u/mrichter/AliRoot.git] / 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++;
     }