We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d721800 + 4b0c2d9 commit 7122236Copy full SHA for 7122236
HLTrigger/JetMET/plugins/HLTL1TMatchedJetsVBFFilter.h
@@ -171,7 +171,7 @@ void HLTL1TMatchedJetsVBFFilter<T>::fillJetIndices(std::vector<unsigned int>& ou
171
int i2 = -1;
172
double m2jj_max = -1;
173
174
- for (unsigned int i = 0; i < jetIndices.size() - 1; i++) {
+ for (unsigned int i = 0; i < jetIndices.size(); i++) {
175
auto const& jet1 = jets[jetIndices[i]];
176
177
for (unsigned int j = i + 1; j < jetIndices.size(); j++) {
0 commit comments