We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b98755b + 6accd25 commit b411e91Copy full SHA for b411e91
EventFilter/HGCalRawToDigi/src/UnpackerTools.cc
@@ -10,7 +10,7 @@
10
bool hgcal::econdCRCAnalysis(const uint64_t *header, const uint32_t pos, const uint32_t payloadLength) {
11
//there needs to be at least the CRC word otherwise it can't be checked
12
if (payloadLength == 0)
13
- return false;
+ return true;
14
15
int index = 0;
16
std::vector<uint32_t> data32b; // reading 32-bit words, input is 64b
0 commit comments