Skip to content

Commit 28b1b2e

Browse files
author
MaximVirta
committed
[PWGCF] Use correct efficiency
1 parent cd781e6 commit 28b1b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/GenericFramework/Tasks/flowGfwV02.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ struct FlowGfwV02 {
10071007

10081008
if (!withinPtPOI && !withinPtRef)
10091009
return;
1010-
double weff = getJTrackEfficiency(track);
1010+
double weff = getEfficiency(track, PidCharged);
10111011
if (weff < 0)
10121012
return;
10131013

0 commit comments

Comments
 (0)