Skip to content

Commit e16781d

Browse files
MaximVirtaMaximVirta
andauthored
[PWGCF] Use correct efficiency for ref flow (#15531)
Co-authored-by: MaximVirta <maxim.m.o.virta@jyu.fi>
1 parent ec95efa commit e16781d

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)