Skip to content

Commit 7a5b512

Browse files
committed
Fix CI issues for ZvtxFT0vsPV selection
1 parent fa95717 commit 7a5b512

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGCF/EbyEFluctuations/Tasks/netprotcumulants.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -988,9 +988,6 @@ struct NetProtCumulants {
988988
if (cfgEvSelkIsVertexTOFmatched && !(collision.selection_bit(o2::aod::evsel::kIsVertexTOFmatched))) {
989989
continue;
990990
}
991-
if (cfgEvSelkIsGoodZvtxFT0vsPV && !(collision.selection_bit(o2::aod::evsel::kIsGoodZvtxFT0vsPV))) {
992-
continue;
993-
}
994991

995992
cent = collision.centFT0C();
996993

0 commit comments

Comments
 (0)