Skip to content

Commit

Permalink
ALIROOT-6622 Reconstruction crash in the AliHLTCDHWrapper::CheckVersi…
Browse files Browse the repository at this point in the history
…on()
  • Loading branch information
hristov authored and hristov committed Apr 12, 2016
1 parent 632224f commit 7bc5ddd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HLT/BASE/AliHLTCDHWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ class AliHLTCDHWrapper {
}

inline void CheckVersion() {
#ifdef DEBUG
if(fCDH)
assert(GetVersion() == 2 || GetVersion() == 3);
#endif
}

inline UChar_t GetVersion() const {
Expand Down

0 comments on commit 7bc5ddd

Please sign in to comment.