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 89d8c54 + a5be96f commit 9a1cdbeCopy full SHA for 9a1cdbe
EventFiltering/PWGHF/HFFilter.cxx
@@ -274,7 +274,7 @@ struct HfFilter { // Main struct for HF triggers
274
auto ptBins = option.defaultValue.get<double*>();
275
double lastEl{-1.e6};
276
int iPt{0};
277
- while (ptBins[iPt] > lastEl) {
+ while (ptBins[iPt] > lastEl) {
278
ptBinsDsSkimCreator.push_back(ptBins[iPt]);
279
iPt++;
280
lastEl = ptBins[iPt];
0 commit comments