Skip to content

Commit a4d4297

Browse files
[PWGDQ] Fixed typo in efficiency task -> not urgent (#8417)
1 parent 20d79f4 commit a4d4297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Tasks/MIDefficiency.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ struct midEfficiency {
260260
if (isPbPb)
261261
histos.fill(HIST("hSparseCentFiredBothperRPC"), deId, cent, pt, eta, phi);
262262
else
263-
histos.fill(HIST("hSparseCentFiredNBPperRPC"), deId, pt, eta, phi);
263+
histos.fill(HIST("hSparseCentFiredBothperRPC"), deId, pt, eta, phi);
264264
}
265265

266266
if (effFlag < 3) {

0 commit comments

Comments
 (0)