Skip to content

Commit

Permalink
Revert wrong access to array elements
Browse files Browse the repository at this point in the history
  • Loading branch information
hristov authored and hristov committed Oct 28, 2015
1 parent cce640d commit 9a40d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion T0/T0rec/AliT0Reconstructor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ void AliT0Reconstructor::ReadNewQTC(Int_t alldata[220][5], Int_t amplitude[26])
a[i] = GetRecoParam() -> GetLow(i+130);
b[i] = GetRecoParam() -> GetLow(i+156);

qt11mean[i] =qt01mean[i] =fTime0vertex[i] + 15500;
qt11mean[i] =qt01mean[i] = 18500;
if(i<26) amplitude[i]=0;
// printf(":ReadNewQT pmt %i Qt01mean %i QT11mean %i \n",i, qt01mean[i], qt11mean[i]);
}
Expand Down

0 comments on commit 9a40d6b

Please sign in to comment.