Skip to content

Commit b8ff87d

Browse files
committed
Suppress FT0 channels ordering check in CTF encoder
1 parent c06eb8b commit b8ff87d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Detectors/FIT/FT0/reconstruction/src/CTFCoder.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ void CTFCoder::compress(CompressedDigits& cd, const gsl::span<const Digit>& digi
9191
}
9292
uint8_t prevChan = 0;
9393
for (uint8_t ic = 0; ic < cd.nChan[idig]; ic++) {
94-
assert(prevChan <= chanels[ic].ChId);
9594
cd.idChan[ccount] = chanels[ic].ChId - prevChan;
9695
cd.qtcChain[ccount] = chanels[ic].ChainQTC;
9796
cd.cfdTime[ccount] = chanels[ic].CFDTime;

0 commit comments

Comments
 (0)