We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06eb8b commit b8ff87dCopy full SHA for b8ff87d
1 file changed
Detectors/FIT/FT0/reconstruction/src/CTFCoder.cxx
@@ -91,7 +91,6 @@ void CTFCoder::compress(CompressedDigits& cd, const gsl::span<const Digit>& digi
91
}
92
uint8_t prevChan = 0;
93
for (uint8_t ic = 0; ic < cd.nChan[idig]; ic++) {
94
- assert(prevChan <= chanels[ic].ChId);
95
cd.idChan[ccount] = chanels[ic].ChId - prevChan;
96
cd.qtcChain[ccount] = chanels[ic].ChainQTC;
97
cd.cfdTime[ccount] = chanels[ic].CFDTime;
0 commit comments