diff --git a/PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx b/PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx index 65baa89b02f..45a351dd1f8 100644 --- a/PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx +++ b/PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx @@ -801,7 +801,7 @@ struct HfTaskFlowCharmHadrons { } } - bool subtractDaugsFromRedQVec = storeRedQVec && useRedQVecDaugsSubtr && + bool subtractDaugsFromRedQVec = storeRedQVec && useRedQVecDaugsSubtr && (qVecRedDetector == QvecEstimator::TPCNeg || qVecRedDetector == QvecEstimator::TPCPos || qVecRedDetector == QvecEstimator::TPCTot); @@ -1037,8 +1037,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 0f8af31fe3d..79fdefc067d 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 HfQVectorResoHelper { +class HfQVectorResoHelper +{ public: - HfQVectorResoHelper() = default; /// Call once per run / timestamp update