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