Skip to content

Commit

Permalink
Accept stack header version 0xc for TRD
Browse files Browse the repository at this point in the history
  • Loading branch information
qgp authored and ktf committed Oct 21, 2016
1 parent 1ce2c26 commit d553168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TRD/TRDbase/AliTRDrawStream.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,7 @@ Int_t AliTRDrawStream::ReadStackHeader(Int_t stack)
switch (fCurrStackHeaderVersion[stack]) {
case 0xa:
case 0xb:
case 0xc:
if (fCurrStackHeaderSize[stack] < 8) {
LinkError(kStackHeaderInvalid, "Stack header smaller than expected!");
return -1;
Expand Down

0 comments on commit d553168

Please sign in to comment.