Skip to content

Commit f3c6b1d

Browse files
committed
Fix typo
1 parent 9a1cdbe commit f3c6b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventFiltering/PWGHF/HFFilter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ struct HfFilter { // Main struct for HF triggers
276276
int iPt{0};
277277
while (ptBins[iPt] > lastEl) {
278278
ptBinsDsSkimCreator.push_back(ptBins[iPt]);
279-
iPt++;
280279
lastEl = ptBins[iPt];
280+
iPt++;
281281
}
282282
} else if (option.name.compare("cutsDsToKKPi") == 0) {
283283
cutsDsSkimCreator = option.defaultValue.get<LabeledArray<double>>();

0 commit comments

Comments
 (0)