diff --git a/PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx b/PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx index 3cb8e7ce7a1..fbb3bd918ac 100644 --- a/PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx +++ b/PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx @@ -833,7 +833,7 @@ struct HfTaskFlowCharmHadrons { } } - bool subtractDaugsFromRedQVec = storeRedQVec && subtrDaugsFromRedQVec && + bool subtractDaugsFromRedQVec = storeRedQVec && subtrDaugsFromRedQVec && (qVecRedDetector == QvecEstimator::TPCNeg || qVecRedDetector == QvecEstimator::TPCPos || qVecRedDetector == QvecEstimator::TPCTot); @@ -925,8 +925,8 @@ struct HfTaskFlowCharmHadrons { // Dplus with ML SP and EsE void processDplusSPEsEMl(CollsWithSPEsEQvecs::iterator const& collision, - CandDplusDataWMl const& /*candidatesD0*/, - TracksWithExtra const& tracks) + CandDplusDataWMl const& /*candidatesD0*/, + TracksWithExtra const& tracks) { runFlowAnalysis(collision, candidatesDplus, tracks); } @@ -1069,8 +1069,6 @@ struct HfTaskFlowCharmHadrons { // } // PROCESS_SWITCH(HfTaskFlowCharmHadrons, processXic, "Process Xic candidates", false); - - /// Compute resolution /// \param collision is the collision with the Q vector information /// \param bcs is used for the event selection based on centrality estimators with time information diff --git a/PWGHF/D2H/Utils/utilsFlow.h b/PWGHF/D2H/Utils/utilsFlow.h index e01aef1bc28..fcfaa6b4369 100644 --- a/PWGHF/D2H/Utils/utilsFlow.h +++ b/PWGHF/D2H/Utils/utilsFlow.h @@ -29,7 +29,6 @@ #include #include - namespace o2::analysis { namespace hf_flow_utils @@ -42,9 +41,9 @@ enum QvecEstimator { FV0A = 0, TPCNeg, TPCTot }; -class QVectorResoHelper { +class QVectorResoHelper +{ public: - QVectorResoHelper() = default; /// Call once per run / timestamp update