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 b15caff + 474634f commit f44e640Copy full SHA for f44e640
PWGHF/HFC/TableProducer/correlatorFlowCharmHadronsReduced.cxx
@@ -246,7 +246,7 @@ struct HfCorrelatorFlowCharmHadronsReduced {
246
/// \param ptTrig is the pT of the charm candidate
247
template <typename TCand>
248
bool isSelBdtBkgScoreCut(TCand const& cand,
249
- double ptTrig)
+ double ptTrig)
250
{
251
for (size_t iPt = 0; iPt < binsPtTrig.value.size() - 1; iPt++) {
252
if (ptTrig >= binsPtTrig.value[iPt] && ptTrig < binsPtTrig.value[iPt + 1]) {
0 commit comments