We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa95717 commit 7a5b512Copy full SHA for 7a5b512
PWGCF/EbyEFluctuations/Tasks/netprotcumulants.cxx
@@ -988,9 +988,6 @@ struct NetProtCumulants {
988
if (cfgEvSelkIsVertexTOFmatched && !(collision.selection_bit(o2::aod::evsel::kIsVertexTOFmatched))) {
989
continue;
990
}
991
- if (cfgEvSelkIsGoodZvtxFT0vsPV && !(collision.selection_bit(o2::aod::evsel::kIsGoodZvtxFT0vsPV))) {
992
- continue;
993
- }
994
995
cent = collision.centFT0C();
996
0 commit comments