We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0528e00 commit 972ebebCopy full SHA for 972ebeb
1 file changed
Detectors/ITSMFT/ITS/tracking/src/Vertexer.cxx
@@ -79,7 +79,6 @@ float Vertexer<NLayers>::clustersToVertices(LogFunc logger)
79
80
// update LUT with all currently found vertices so in second iteration we can check vertPerROFThreshold
81
sortVertices();
82
- mTimeFrame->updateROFVertexLookupTable();
83
}
84
completed = true;
85
} catch (const BoundedMemoryResource::MemoryLimitExceeded& err) {
@@ -128,6 +127,8 @@ void Vertexer<NLayers>::sortVertices()
128
127
129
mc.swap(sortedMC);
130
+ // update LUT after sorting
131
+ mTimeFrame->updateROFVertexLookupTable();
132
133
134
template <int NLayers>
0 commit comments