Skip to content

Commit

Permalink
[DAQ] properly reset and un-publish mSumRDHSizesInTF (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
aferrero2707 authored Sep 18, 2024
1 parent 379cbe3 commit 9ea98f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Daq/src/DaqTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void DaqTask::endOfActivity(const Activity& /*activity*/)
getObjectsManager()->stopPublishing(mInputSize.get());
getObjectsManager()->stopPublishing(mNumberRDHs.get());
getObjectsManager()->stopPublishing(mSumRDHSizesInRDH.get());
getObjectsManager()->stopPublishing(mSumRDHSizesInRDH.get());
getObjectsManager()->stopPublishing(mSumRDHSizesInTF.get());
getObjectsManager()->stopPublishing(mRDHSizesPerCRUIds.get());
}

Expand All @@ -132,7 +132,7 @@ void DaqTask::reset()
mInputSize->Reset();
mNumberRDHs->Reset();
mSumRDHSizesInRDH->Reset();
mSumRDHSizesInRDH->Reset();
mSumRDHSizesInTF->Reset();
mRDHSizesPerCRUIds->Reset();
}

Expand Down

0 comments on commit 9ea98f5

Please sign in to comment.