We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4156ca9 commit cbd9a9fCopy full SHA for cbd9a9f
1 file changed
Common/Tasks/qVectorsCorrection.cxx
@@ -202,10 +202,8 @@ struct qVectorsCorrection {
202
{
203
histosQA.fill(HIST("histCentFull"), qVec.cent());
204
if (cfgAddEvtSel && (!qVec.sel8() ||
205
- !qVec.selection_bit(aod::evsel::kNoTimeFrameBorder) ||
206
207
- !qVec.selection_bit(aod::evsel::kNoITSROFrameBorder) ||
208
- !qVec.selection_bit(aod::evsel::kNoITSROFrameBorder))) {
+ !qVec.selection_bit(aod::evsel::kIsGoodZvtxFT0vsPV) ||
+ !qVec.selection_bit(aod::evsel::kNoSameBunchPileup))) {
209
return;
210
}
211
fillHistosQvec(qVec);
0 commit comments