Skip to content

Commit 788889a

Browse files
authored
Add files via upload
1 parent f1619a1 commit 788889a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

PWGCF/Flow/Tasks/pidFlowPtCorr.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,6 @@ struct PidFlowPtCorr {
245245
registry.get<TH1>(HIST("hEventCount"))->GetXaxis()->SetBinLabel(14, "after IRmaxcut");
246246
registry.add("hInteractionRate", "", {HistType::kTH1D, {{1000, 0, 1000}}});
247247

248-
// QA
249-
if (cfgOutputQA) {
250-
}
251-
252248
// cumulant of flow
253249
registry.add("c22", ";Centrality (%) ; C_{2}{2} ", {HistType::kTProfile, {axisMultiplicity}});
254250
registry.add("c32", ";Centrality (%) ; C_{2}{2} ", {HistType::kTProfile, {axisMultiplicity}});
@@ -713,7 +709,6 @@ struct PidFlowPtCorr {
713709
nchDiff);
714710
}
715711
}
716-
717712
}
718713
PROCESS_SWITCH(PidFlowPtCorr, processData, "", true);
719714
};

0 commit comments

Comments
 (0)