From 18049ca484b39b7d45b6bb059086145f4587263c Mon Sep 17 00:00:00 2001 From: Dominik Smith <smith@th.physik.uni-frankfurt.de> Date: Fri, 21 Apr 2023 11:13:41 +0200 Subject: [PATCH] UnpackBmon: Removed some debug code. --- algo/detectors/bmon/UnpackBmon.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/algo/detectors/bmon/UnpackBmon.cxx b/algo/detectors/bmon/UnpackBmon.cxx index d199b301d8..475a3093e0 100644 --- a/algo/detectors/bmon/UnpackBmon.cxx +++ b/algo/detectors/bmon/UnpackBmon.cxx @@ -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); } -- GitLab