Skip to content

Commit 2b7d1fa

Browse files
mconcasdavidrohr
authored andcommitted
Fix not filling dummy a vertex in per-rof entry
1 parent f68068b commit 2b7d1fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Detectors/ITSMFT/ITS/workflow/src/TrackerSpec.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ void TrackerDPL::run(ProcessingContext& pc)
275275
for (auto& v : vtxVecLoc) {
276276
vertices.push_back(v);
277277
}
278+
timeFrame->addPrimaryVertices(vtxVecLoc);
278279
}
279280
}
280281

0 commit comments

Comments
 (0)