Skip to content

Commit

Permalink
Merge pull request alisw#128 from shahor02/master
Browse files Browse the repository at this point in the history
Create TPC seed with Ncl=0 to avoid double counting after fit
  • Loading branch information
alibuild authored Apr 13, 2017
2 parents b1fe655 + eceb50b commit 6e7be41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TPC/TPCrec/AliTPCtrack.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ AliTPCtrack::AliTPCtrack(Double_t x, Double_t alpha, const Double_t p[5],

Set(x,alpha,pp,cc);

SetNumberOfClusters(1);
SetNumberOfClusters(0);

fIndex[0]=index;
for (Int_t i=1; i<kMaxRow;i++) fIndex[i]=-2;
Expand Down

0 comments on commit 6e7be41

Please sign in to comment.