Skip to content

Commit 7035c70

Browse files
authored
Merge pull request #47710 from smuzaffar/151x-gcc13-JetTaggerTableProducer-array-bound
[GCC13] Fix array-bound issue for JetTaggerTableProducer
2 parents 7a8aff4 + c47f2f0 commit 7035c70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PhysicsTools/NanoAOD/plugins/JetTaggerTableProducer.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ void JetTaggerTableProducer<T>::produce(edm::Event &iEvent, const edm::EventSetu
275275
break;
276276
}
277277
}
278+
ranked_sv_features.clear();
278279
ranked_sv_features = {highest_pT, highest_IP};
279280
}
280281
} else {

0 commit comments

Comments
 (0)