diff --git a/PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx b/PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx index 0afa8d2927b..a218cedb276 100644 --- a/PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx +++ b/PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx @@ -724,7 +724,7 @@ struct HfTaskFlowCharmHadrons { bool subtractDaugsFromQVec = (qVecDetector == QvecEstimator::TPCNeg || qVecDetector == QvecEstimator::TPCPos || qVecDetector == QvecEstimator::TPCTot); - float scalprodCand{-999.f}; + float scalprodCand{-999.f}; if (subtractDaugsFromQVec) { std::vector tracksQx;