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.
1 parent 9a1cdbe commit f3c6b1dCopy full SHA for f3c6b1d
EventFiltering/PWGHF/HFFilter.cxx
@@ -276,8 +276,8 @@ struct HfFilter { // Main struct for HF triggers
276
int iPt{0};
277
while (ptBins[iPt] > lastEl) {
278
ptBinsDsSkimCreator.push_back(ptBins[iPt]);
279
- iPt++;
280
lastEl = ptBins[iPt];
+ iPt++;
281
}
282
} else if (option.name.compare("cutsDsToKKPi") == 0) {
283
cutsDsSkimCreator = option.defaultValue.get<LabeledArray<double>>();
0 commit comments