Skip to content

Commit 5a988b9

Browse files
committed
fix perVtx
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 9e7d3c0 commit 5a988b9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Detectors/ITSMFT/ITS/tracking/src/TrackerTraits.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ void TrackerTraits<nLayers>::processNeighbours(int iLayer, int iLevel, const bou
645645
short minRof{std::numeric_limits<short>::max()}, maxRof{std::numeric_limits<short>::min()};
646646
for (int iLayer{0}; iLayer < mTrkParams[0].NLayers; ++iLayer) {
647647
if (const auto clsId = currentCell.getCluster(iLayer); clsId != constants::UnusedIndex) {
648-
const auto& lbl = mTimeFrame->getClusterLabels(iLayer, clsId);
649648
const short clsROF = mTimeFrame->getClusterROF(iLayer, clsId);
650649
minRof = std::min(minRof, clsROF);
651650
maxRof = std::max(maxRof, clsROF);

0 commit comments

Comments
 (0)