We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbdaec commit b7457d0Copy full SHA for b7457d0
Detectors/AOD/src/AODProducerWorkflowSpec.cxx
@@ -1525,6 +1525,9 @@ void AODProducerWorkflowDPL::run(ProcessingContext& pc)
1525
collisionID++;
1526
}
1527
1528
+ mGIDToTableFwdID.clear(); // reset the tables to be used by 'fillTrackTablesPerCollision'
1529
+ mGIDToTableMFTID.clear();
1530
+
1531
// filling unassigned tracks first
1532
// so that all unassigned tracks are stored in the beginning of the table together
1533
auto& trackRef = primVer2TRefs.back(); // references to unassigned tracks are at the end
0 commit comments