diff --git a/PWGCF/Flow/Tasks/flowSP.cxx b/PWGCF/Flow/Tasks/flowSP.cxx index 31183b22ec1..1bc1ff506d9 100644 --- a/PWGCF/Flow/Tasks/flowSP.cxx +++ b/PWGCF/Flow/Tasks/flowSP.cxx @@ -706,7 +706,6 @@ struct FlowSP { int y2024 = 2024; std::array nSigma = {1, 2, 3}; - if (cfg.cUsePredeFinedSigma) { if (cfg.cUsePredeFinedSigmaYear == y2023) { if (cfg.cUsePredeFinedSigmaNsigma == nSigma[0]) { @@ -1443,7 +1442,6 @@ struct FlowSP { histos.fill(HIST("shift/ShiftZDCA"), spm.centrality, 1.5, ishift - 0.5, std::cos(ishift * 1.0 * spm.psiA)); } - if (cfg.cFillEventQA) { histos.fill(HIST("QA/hCentFull"), spm.centrality, 1); }