Skip to content

Commit e03ec8e

Browse files
committed
Add missing reset for FV0 channels vector at TF start
1 parent 16ee3b8 commit e03ec8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Detectors/FIT/FV0/workflow/src/ReconstructionSpec.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ void ReconstructionDPL::run(ProcessingContext& pc)
4242
{
4343
mTimer.Start(false);
4444
mRecPoints.clear();
45+
mRecChData.clear();
4546
auto digits = pc.inputs().get<gsl::span<o2::fv0::Digit>>("digits");
4647
auto digch = pc.inputs().get<gsl::span<o2::fv0::ChannelData>>("digch");
4748
// RS: if we need to process MC truth, uncomment lines below

0 commit comments

Comments
 (0)