Skip to content

Commit f239fd5

Browse files
authored
Refactor fillChargedQAHistos call by removing parameter
Removed centFT0M parameter from fillChargedQAHistos function call.
1 parent 74290bf commit f239fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/EbyEFluctuations/Tasks/meanPtFlucId.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ struct MeanPtFlucId {
10201020
hist.fill(HIST("QA/Charged/h2_Pt_EtaMC"), etaMC, ptMC);
10211021
hist.fill(HIST("QA/Charged/h3_Pt_EtaMC_centFT0M"), etaMC, ptMC, centFT0M);
10221022

1023-
fillChargedQAHistos(track, centFT0M);
1023+
fillChargedQAHistos(track);
10241024

10251025
fillBeforePIDQAHistos(track);
10261026

0 commit comments

Comments
 (0)