Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion offline/framework/fun4allraw/TpcTimeFrameBuilder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ int TpcTimeFrameBuilder::process_fee_data(unsigned int fee)
}

// valid packet
const uint16_t& pkt_length = data_buffer[0]; // this is indeed the number of 10-bit words + 5 in this packet
const uint16_t pkt_length = data_buffer[0]; // this is indeed the number of 10-bit words + 5 in this packet
if (pkt_length > MAX_PACKET_LENGTH)
{
if (m_verbosity > 1)
Expand Down