Skip to content
Snippets Groups Projects
Commit 18049ca4 authored by Dominik Smith's avatar Dominik Smith Committed by Pierre-Alain Loizeau
Browse files

UnpackBmon: Removed some debug code.

parent c5b24a0f
No related branches found
No related tags found
1 merge request!923TOF and T0 unpackers in algo namespace.
Pipeline #21990 passed
......@@ -126,12 +126,6 @@ namespace cbm::algo
double messageTime = message.getMsgFullTimeD(fCurrentEpochInTs) - elinkPar.fTimeOffset;
const double charge = (double) message.getGdpbHit32Tot(); //cast from uint32_t
/*
std::stringstream ss;
ss << " elink " << elink << " channel " << channel << " channelUId " << channelUId << " charge " << charge << " time " << message.getGdpbHitFullTs() << '\n';
std::cout << ss.str();
exit(0);
*/
// --- Create output digi
digiVec.emplace_back(channelUId, messageTime, charge);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment