We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b3b38 commit 72f3651Copy full SHA for 72f3651
1 file changed
Detectors/TPC/workflow/src/CalDetMergerPublisherSpec.cxx
@@ -94,6 +94,10 @@ class CalDetMergerPublisherSpec : public o2::framework::Task
94
LOGP(info, "publishing after all data was received");
95
dumpCalibData();
96
sendOutput(pc.outputs());
97
+ // reset calibration objects
98
+ for (auto& [type, object] : mMergedCalDets) {
99
+ object *= 0;
100
+ }
101
mCalibDumped = false;
102
}
103
mReceivedLanes.reset();
0 commit comments