Skip to content

Commit b7457d0

Browse files
mcoquet642shahor02
authored andcommitted
Missing tables reset
1 parent dcbdaec commit b7457d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Detectors/AOD/src/AODProducerWorkflowSpec.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,9 @@ void AODProducerWorkflowDPL::run(ProcessingContext& pc)
15251525
collisionID++;
15261526
}
15271527

1528+
mGIDToTableFwdID.clear(); // reset the tables to be used by 'fillTrackTablesPerCollision'
1529+
mGIDToTableMFTID.clear();
1530+
15281531
// filling unassigned tracks first
15291532
// so that all unassigned tracks are stored in the beginning of the table together
15301533
auto& trackRef = primVer2TRefs.back(); // references to unassigned tracks are at the end

0 commit comments

Comments
 (0)