We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea49c66 commit eda1c64Copy full SHA for eda1c64
Detectors/ITSMFT/ITS/tracking/src/VertexerTraits.cxx
@@ -370,7 +370,7 @@ void VertexerTraits<nLayers>::computeVertices(const int iteration)
370
std::array<float, 3> tmpVertex{mTimeFrame->getTrackletClusters(rofId).back().getVertex()};
371
if (tmpVertex[0] * tmpVertex[0] + tmpVertex[1] * tmpVertex[1] > 4.f) {
372
mTimeFrame->getTrackletClusters(rofId).pop_back();
373
- break;
+ continue;
374
}
375
usedTracklets[line1] = true;
376
usedTracklets[line2] = true;
0 commit comments