We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7d3c0 commit 5a988b9Copy full SHA for 5a988b9
1 file changed
Detectors/ITSMFT/ITS/tracking/src/TrackerTraits.cxx
@@ -645,7 +645,6 @@ void TrackerTraits<nLayers>::processNeighbours(int iLayer, int iLevel, const bou
645
short minRof{std::numeric_limits<short>::max()}, maxRof{std::numeric_limits<short>::min()};
646
for (int iLayer{0}; iLayer < mTrkParams[0].NLayers; ++iLayer) {
647
if (const auto clsId = currentCell.getCluster(iLayer); clsId != constants::UnusedIndex) {
648
- const auto& lbl = mTimeFrame->getClusterLabels(iLayer, clsId);
649
const short clsROF = mTimeFrame->getClusterROF(iLayer, clsId);
650
minRof = std::min(minRof, clsROF);
651
maxRof = std::max(maxRof, clsROF);
0 commit comments