]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITStrackerSA.cxx
Modified usage of fAllowProlongationWithEmptyRoad in ITS standalone tracker, conseque...
[u/mrichter/AliRoot.git] / ITS / AliITStrackerSA.cxx
index fa7fd1d1b58ff3e7e19e6ffe0b65735394fd2d3a..3d7c0d09dacbfbe11618717358f28ecd476ba734 100644 (file)
@@ -420,9 +420,6 @@ Int_t AliITStrackerSA::FindTracks(AliESDEvent* event){
 
   static Int_t nClusLay[AliITSgeomTGeo::kNLayers];//counter for clusters on each layer
 
-  if(AliITSReconstructor::GetRecoParam()->GetAllowProlongationWithEmptyRoad()) fMinNPoints=2;
-
   // loop on minimum number of points
   for(Int_t iMinNPoints=AliITSgeomTGeo::GetNLayers(); iMinNPoints>=fMinNPoints; iMinNPoints--) {