Skip to content

Commit 72f3651

Browse files
wiechuladavidrohr
authored andcommitted
add missing reset after intermediate send
1 parent 03b3b38 commit 72f3651

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Detectors/TPC/workflow/src/CalDetMergerPublisherSpec.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ class CalDetMergerPublisherSpec : public o2::framework::Task
9494
LOGP(info, "publishing after all data was received");
9595
dumpCalibData();
9696
sendOutput(pc.outputs());
97+
// reset calibration objects
98+
for (auto& [type, object] : mMergedCalDets) {
99+
object *= 0;
100+
}
97101
mCalibDumped = false;
98102
}
99103
mReceivedLanes.reset();

0 commit comments

Comments
 (0)